.sub-banner {
  //  max-height: 175px;
    overflow: hidden;
    
  /* margin-bottom: -125px; */
}
.sub-banner img {
    width: 100%;
}
.banner-text {
    background-color: rgba(0, 0, 0, 1);
    /* bottom: 127px; */
    display: block;
    position: relative;
    z-index: 9;
    padding: 16px 0px;
    /* margin-top: 42px; */
}
.banner-text div span:first-child {
    color: #fff;
    font-size: 16px;
    display: block;
    text-transform: uppercase;
}
.banner-text div span:last-child {
    color: #ffc610;
    font-size: 22px;
    display: block;
    text-transform: uppercase;
}
.sub-banner-wrapper {
    padding-right: 0px;
}