.module-video{background:#fff;max-height:892px;position:relative}.video-controls{z-index:1;justify-content:center;align-items:center;width:512px;height:512px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.video-play{opacity:1;visibility:visible;background:#fff9;border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;padding:0;transition:all .12s;display:flex;overflow:hidden}.video-play.hide{opacity:0;visibility:hidden;z-index:-2;transition:all .12s}.video-play:hover{background:#fff;transition:all .12s ease-in;transform:scale(1.1)}video#module-video{aspect-ratio:1.77778;object-fit:contain;width:100%;height:100%;max-height:892px}@media screen and (width<=1080px){.module-video,video#module-video{max-height:570px}}@media screen and (width<=960px){.video-controls{width:185px;height:185px}}