/**umb_name:battery List Title*/
.battery-list--title {
    font-weight: 700px;
    font-family: Montserrat;
    font-size: 22px;
}

/**umb_name:Offer Content Banner Title*/
.OfferBannerContent_title {
    font-weight: 700px;
    font-family: 'Widescreen';
    font-size: 60px;
}

 /* OFFER PROMOTION Zoom effect */
.offer-hover--zoom{
    overflow: hidden;
    height:320px;
    
}

.offer-hover--zoom img{
    transition: all 1s ease;
}

#offerLatestt:hover img{
    height: 360px !important;
    width: 110% !important;
}
/* END- OFFER PROMOTION Zoom effect */