.wd-el-video :is(iframe,video){height:100%;position:absolute;object-fit:cover;inset:0;background-color:#000;width:100%}.wd-el-video:is(.wd-action-overlay,.wd-action-without):not(.wd-with-aspect-ratio){height:400px}.wd-el-video.wd-with-aspect-ratio{aspect-ratio:var(--wd-aspect-ratio)}.wd-el-video-overlay{transition:transform .5s cubic-bezier(0,0,.44,1.18);z-index:2}.wd-el-video-overlay img{height:100%;object-fit:cover;object-position:center;width:100%}.wd-el-video-overlay:after{transition:background-color .5s cubic-bezier(0,0,.44,1.18);content:"";position:absolute;inset:-1px;background-color:rgba(0,0,0,.15);z-index:2}.wd-el-video:hover .wd-el-video-overlay{transform:scale(1.09)}.wd-el-video:hover .wd-el-video-overlay:after{background-color:rgba(0,0,0,.3)}.wd-el-video-control{justify-content:center;gap:15px;align-items:center;display:flex;z-index:4}.wd-el-video-link{z-index:6}.wd-el-video-play-label{font-weight:600;color:var(--color-gray-800)}.wd-el-video.wd-playing :is(.wd-el-video-overlay,.wd-el-video-link,.wd-el-video-control){transition:all .25s ease;opacity:0;visibility:hidden}.wd-popup.wd-video-popup{padding:0;max-width:900px;background-color:#000}.wd-popup.wd-video-popup :is(video,iframe){border-radius:var(--wd-brd-radius);width:100%}.wd-popup.wd-video-popup iframe{aspect-ratio:16/9}