.simple-overlay{position:fixed;z-index:9999;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.8)}.simple-overlay__wrapper{position:absolute;top:50%;left:50%;overflow:hidden;width:640px;height:360px;margin-top:-180px;margin-left:-320px;background-color:#fff;box-shadow:0 3px 20px rgba(0,0,0,.5)}.simple-overlay__wrapper iframe{width:100%;height:100%}@media (max-width:768px),(max-height:432px){.simple-overlay__wrapper{position:relative;top:auto;left:auto;width:100%;height:100%;margin-top:auto;margin-left:auto}}.simple-overlay__close{position:absolute;z-index:99999;top:50%;left:50%;width:30px;height:30px;margin-top:-190px;margin-left:-330px;cursor:pointer;transition:background-color .2s ease-in-out;border-radius:30px;background-color:#c0392b;box-shadow:0 3px 20px rgba(0,0,0,.5);background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNy44IDM3LjgiPjxwb2x5Z29uIHBvaW50cz0iMzAuNDggMCAxOC45IDExLjU4IDcuMzIgMCAwIDcuMzIgMTEuNTggMTguOSAwIDMwLjQ4IDcuMzIgMzcuOCAxOC45IDI2LjIxIDMwLjQ4IDM3LjggMzcuOCAzMC40OCAyNi4yMSAxOC45IDM3LjggNy4zMiAzMC40OCAwIiBzdHlsZT0iZmlsbDojZmZmIi8+PC9zdmc+);background-size:15px auto;background-repeat:no-repeat;background-position:center center}.simple-overlay__close:hover{background-color:#962d22}@media (max-width:768px),(max-height:432px){.simple-overlay__close{top:10px;left:10px;margin-top:auto;margin-left:auto}}