
img{display:block;}

.promo-mob{display:none;}

.promotion-inner>div{position:relative;}
.promotion-inner>div a{position:absolute; text-indent: -9999px; }
a.event-btn-1{left: 12%; width: 36%; height: 29.3%; bottom: 36%;}
a.event-btn-2{right: 12%; width: 36%; height: 29.3%; bottom: 36%;}
a.event-btn-3{left: 32%; bottom: 4.8%; width: 36.7%; height: 4.6%;}


@media screen and (max-width:992px) {

}

@media screen and (max-width:768px) {
    .promo-web{display:none;}
    .promo-mob{display:block !important;}
   
    .promotion-inner>div a{}
    .promotion-inner>div a.event-btn-1{ top: 19.2%; left: 24%; width: 51%; height: 25%;}
    .promotion-inner>div a.event-btn-2{top: 55.4%; left: 24%; width: 51%; height: 25%;}
    .promotion-inner>div a.event-btn-3{ width: 50%; height: 5.2% !important; top: 91%; left: 25%; }
}

@media screen and (max-width:576px) {
  
}