#app-promotion-popup{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);justify-content:center;align-items:center;z-index:9999}.app-promotion-popup .popup-content{background:#fff;padding:0;border-radius:8px;position:relative;max-width:500px;width:90%;text-align:center}.app-promotion-popup .popup-content img{max-width:500px;border-radius:10px}.app-promotion-popup .close-popup{position:absolute;top:-20px;right:-15px;cursor:pointer;font-size:24px;color:white}@media (max-width:767px){.app-promotion-popup .popup-content,.app-promotion-popup .popup-content img{max-width:fit-content;width:fit-content;height:fit-content}.app-promotion-popup .close-popup{right:0}}