@media screen and (min-width: 600px) and (max-width: 768px) {
    .discount-banner-div{
        overflow: hidden;
    }
    .discount-banner-a{ 
        max-height: 78px; 
        margin-top: 14px !important;
    }
    .banner-10uni-a{ 
        margin-top: 20px !important; 
        margin-bottom: 16px !important; 
        max-height: 78px;
    }
}
@media screen and (min-width: 600px) and (max-width: 670px) {
    .discount-banner-a{ 
        max-height: 65px;
    }
    .banner-10uni-a{ 
        margin-top: 14px !important; 
        margin-bottom: 14px !important; 
        max-height: 65px;
    }
}
@media screen and (max-width: 600px) {
    .discount-banner-mobile-img{ 
        margin-bottom: 0px !important;
    }
}