.custom-overlay{position:fixed;z-index:9500;top:50%;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;width:100%;height:0;background-color:#000;opacity:0;visibility:hidden;-webkit-transition:opacity .75s linear,top .75s ease-out,height .75s ease-out,visibility .75s linear .75s;transition:opacity .75s linear,top .75s ease-out,height .75s ease-out,visibility .75s linear .75s}.custom-overlay.show{top:0;height:100%;opacity:1;visibility:visible;-webkit-transition-delay:0s;transition-delay:0s}.custom-overlay.show.custom-over--video-iframe .custom-overlay__inner{display:block}.custom-overlay .custom-overlay__outer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.custom-overlay .custom-overlay__outer.custom-overlay__outer--tall{overflow-y:scroll;height:100%}.custom-overlay .custom-overlay__inner{position:relative;display:none}.custom-overlay .custom-overlay__close{position:absolute;top:0;right:0;width:40px;height:40px;background-color:#000;text-align:center}.custom-overlay .custom-overlay__close i{line-height:40px;font-size:18px;font-weight:700;color:#fff}.custom-overlay--mobile{height:100%;left:0;opacity:0;overflow:hidden;position:absolute;top:0;-webkit-transition:opacity .2s ease,visibility .2s ease;transition:opacity .2s ease,visibility .2s ease;visibility:hidden;width:100%;will-change:opacity,visibility;z-index:5}.custom-overlay--mobile.show{opacity:1;visibility:visible;z-index:15}.custom-overlay--mobile .custom-overlay__video-wrapper{height:100%;position:relative;z-index:1}.custom-overlay--mobile .custom-overlay__video-wrapper iframe{height:100%;left:0;position:absolute;top:0;max-width:100%}.custom-overlay.custom-over--video-iframe .custom-overlay__outer{width:calc(100% - 80px);height:100%;margin-left:40px}.custom-overlay.custom-over--video-iframe .custom-overlay__inner{width:100%;height:100%}.custom-overlay.custom-over--video-iframe .custom-overlay__inner iframe{width:100%;height:100%}.custom-overlay.custom-over--video-iframe .custom-overlay__close{top:0;right:-40px}