.video-section{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.88);color:#fff;z-index:999;display:flex;justify-content:center;align-items:center;overflow:hidden}.video-section .video{margin:90px auto 110px;max-width:90%}.video-section .video .video-close{cursor:pointer}.video-section .video header{margin-top:30px;text-align:right;font-size:160%;padding:5px 0}.video-section .size{max-width:86%}.video-section-loading{width:100%;height:650px;display:flex;align-items:center;justify-content:start;position:relative;left:calc(50% - 100px)}.video-section-loading:before{left:calc(50% + 60px)}@media (min-width:768px){.video-section .homeVideo{max-height:95vh}.video-section .video{max-width:50%}}