.cs_video {}
.cs_video .cs_video_holer { padding: 0 0 56% 0; position: relative;}
.cs_video .cs_video_holer video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; cursor: pointer;}
.cs_video .cs_video_holer:before { content: ''; position: absolute; z-index: 2; top: 50%; left: 50%; display: block; width: 80px; height: 80px; margin: -40px; border-radius: 50%; background: #000c; pointer-events: none;}
.cs_video .cs_video_holer:after { content: ''; position: absolute; z-index: 3; top: 50%; left: 50%; display: block; width: 0px; height: 0px; margin: -20px; border: 20px solid transparent; border-left: 30px solid #fff; transform: translateX(10px); pointer-events: none;}
.cs_video.wf_playing .cs_video_holer:before,
.cs_video.wf_playing .cs_video_holer:after { display: none;}


