#offer-banner{position:fixed;bottom:20px;left:20px;z-index:9999;background:#ffffff49;color:#fff;padding:0;border-radius:8px;box-shadow:0 0 10px rgba(0,0,0,.3);display:none;max-width:20vw;font-family:sans-serif}#offer-banner .banner-main-section{position:relative;width:20vw;height:60vh}#offer-banner .banner-main-section .banner-img{width:100%;height:100%;border-radius:8px;object-fit:cover}#offer-banner .banner-main-section .banner-close-btn{position:absolute;top:8px;right:8px;background:rgba(255,255,255,.5);border:none;color:#fff;font-size:18px;width:28px;height:28px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center}@media only screen and (min-width:767px) and (max-width:980px){#offer-banner{max-width:30vw}#offer-banner .banner-main-section{width:30vw;height:35vh}}@media only screen and (min-width:360px) and (max-width:767px){#offer-banner{max-width:40vw}#offer-banner .banner-main-section{width:40vw;height:30vh}}