#marketingPopup{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center;background-color:rgba(0,0,0,.5);opacity:0;visibility:hidden;transition:opacity .4s ease,visibility .4s ease;z-index:99999}#marketingPopup.show{opacity:1;visibility:visible}.marketing-popup-content{transform:translateY(-40px);opacity:0;transition:transform .4s ease,opacity .4s ease}#marketingPopup.show .marketing-popup-content{transform:translateY(0);opacity:1}.no-scroll{overflow:hidden}.marketing-img{position:relative}.marketing-banner{justify-self:center}.marketing-img img{width:924px;max-width:100%;height:686px;max-height:100%;display:block}.close-popup{position:absolute;border:0;font-size:2rem;cursor:pointer;z-index:10;background:none;left:95%;color:var(--brand-white)}.overlay-text{position:absolute;top:10rem;left:5rem;color:var(--brand-white);text-shadow:1px 1px 4px rgba(0,0,0,.7);z-index:5}.overlay-text h1,.overlay-text h3{margin:0;padding:.25em 0}@media only screen and (max-width:975px){.marketing-img img{width:328px;height:328px}.overlay-text{top:3rem;left:1rem}.close-popup{left:90%;font-size:1.5rem}}