@-webkit-keyframes fadeIn{from{opacity:0}}@keyframes fadeIn{from{opacity:0}}.modalContainer{position:relative;z-index:0}.modalOverlay{-webkit-animation:fadeIn 200ms ease-out;animation:fadeIn 200ms ease-out;position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,0.8);z-index:99999999}.modalDialog{padding:0 20px;top:50%;left:50%;transform:translate(-50%, -50%);position:relative;overflow:hidden;max-width:1200px;width:100%}.modalDialog iframe{display:block;position:absolute;top:0;left:0;width:100%;height:100%}.modalDialog img{height:auto}.modalCloseButton{background:none;border:none;color:#fff;cursor:pointer;display:block;font-size:3rem;height:50px;line-height:50px;padding:0;position:absolute;right:20px;text-align:center;top:20px;width:50px;z-index:10}.modalDialog{max-height:750px;height:100%}@media (max-width: 1024px){.modalDialog{max-width:824px;max-height:515px}}@media (max-width: 768px){.modalDialog{max-width:615px;max-height:384px}}@media (max-width: 500px){.modalDialog{max-width:400px;max-height:250px}}@media (max-width: 320px){.modalDialog{max-width:256px;max-height:160px}}

