.video_preview_list{overflow:hidden;position:relative;display:flex;flex-wrap:wrap;justify-content:center;gap:32px}.video_preview_list .item{overflow:hidden;width:calc(50% - 32px / 2);position:relative;display:block;aspect-ratio:16 / 9}.video_preview_list .item :is(video,iframe){border:0;z-index:0;position:absolute;max-height:100%;min-height:100%;min-width:100%;height:auto;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);object-fit:cover;background-color:#e1e1e1}.video_preview_list .item span{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);color:#009FE3;transition:all 400ms ease 0ms}.notouch .video_preview_list .item:is(:hover,:focus) span{scale:1.1}.module_box:first-of-type:not(:last-of-type) .video_preview_list .item,.module_box:nth-child(2) .video_preview_list .item{width:100%}@media screen and (max-width:1430px){.video_preview_list{gap:24px}.video_preview_list .item{width:calc(50% - 24px / 2)}}@media screen and (max-width:1000px){.video_preview_list{gap:16px}.video_preview_list .item{width:calc(50% - 16px / 2)}}@media screen and (max-width:650px){.video_preview_list .item{width:100%}}/*# sourceMappingURL=1.css.map */