#announcement-popup{background:#fff;border-radius:5px;margin:70px auto;padding:30px 40px 40px;position:relative;transition:all 1s ease-in-out;width:25%}@media screen and (max-width:1366px){#announcement-popup{width:40%}}@media screen and (max-width:992px){#announcement-popup{width:70%}}.announcement-overlay{background:rgba(0,0,0,.7);bottom:0;display:none;left:0;opacity:1;position:fixed;right:0;top:0;transition:opacity .5s;visibility:visible;z-index:10000}#announcement-popup .popup-close{color:#fff;font-weight:700;height:30px;line-height:30px;position:absolute;right:10px;text-align:center;text-decoration:none;top:10px;width:30px}#announcement-popup{align-items:center;background:transparent;display:flex;height:100%;justify-content:center;margin:0;width:100%}#announcement-popup .announcement-in{max-width:587px;width:100%}