.notification-popup{position:fixed;top:auto;bottom:20px;width:500px;height:300px;right:0;z-index:999}
.notification-popup a{cursor:pointer;width:inherit;top:auto;bottom:20px;height:300px;right:0;z-index:999}
.notification-popup a img{object-fit:cover;height:inherit;width:inherit}
span.icon-close.pop-close{position:absolute;font-weight:600;top:25px;right:10px;font-size:12px;color:#fff;z-index:777;cursor:pointer}
.pop-close:before{font-weight:700}
@media screen and (max-width:767px){.notification-popup{position:fixed;top:auto;bottom:20px;width:325px;height:185px;right:0;z-index:766}
.notification-popup a{width:330px;height:185px;right:0;z-index:766}
span.icon-close.pop-close{position:absolute;font-weight:600;top:15px;right:10px;font-size:12px;color:#fff;z-index:777;cursor:pointer}
}