.video_player{position:relative}.video_player .video_embed{position:relative;width:100%;height:350px;border-radius:0;overflow:hidden;background:#000}.video_player .video_embed iframe{width:100%;height:100%}.video_player .video_embed .play_yt_container{position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer;z-index:5}.video_player .video_embed .play_yt_container::after{content:'';position:absolute;left:50%;top:50%;width:80px;height:80px;transform:translate(-50%,-50%);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-3 17v-10l9 5.146-9 4.854z'/%3E%3C/svg%3E");background-size:contain;background-position:center;background-repeat:no-repeat;border-radius:80px;box-shadow:0 5px 10px #00000026}.video_player .video_embed .play_yt_container img{width:100%;height:100%;object-fit:cover}@media screen and (max-width:800px){.video_player .video_embed{height:250px}}