.ctp-embed-wrap {
position: relative;
width: 100%;
overflow: hidden;
aspect-ratio: 16 / 9;
height: auto;
padding: 0;
background: #000;
margin: 0;
line-height: 0;
z-index: 20;
}
.ctp-embed-wrap > .ctp-embed-frame {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
display: block;
background: #000;
} .ctp-embed-wrap--fill,
.responsive-player > .ctp-embed-wrap,
#video-player > .ctp-embed-wrap,
.wpst-player > .ctp-embed-wrap {
position: absolute !important;
top: 0 !important;
left: 0 !important;
right: 0 !important;
bottom: 0 !important;
width: auto !important;
height: auto !important;
padding: 0 !important;
aspect-ratio: auto !important;
max-height: none !important;
}
.responsive-player,
.video-player,
#video-player,
.wpst-player,
.player-container,
.player-wrap,
.single-video-player {
position: relative;
}
body.ctp-top-player-only .entry-content .ctp-embed-wrap,
body.ctp-top-player-only .post-content .ctp-embed-wrap,
body.ctp-top-player-only .video-description .ctp-embed-wrap,
body.ctp-top-player-only .related-videos .ctp-embed-wrap,
body.ctp-top-player-only .related .ctp-embed-wrap,
body.ctp-top-player-only .thumb-block .ctp-embed-wrap,
body.ctp-top-player-only .thumbs .ctp-embed-wrap,
body.ctp-top-player-only .videos-list .ctp-embed-wrap,
body.ctp-top-player-only .video-block .ctp-embed-wrap,
body.ctp-top-player-only .widget .ctp-embed-wrap,
body.ctp-top-player-only aside .ctp-embed-wrap,
body.ctp-top-player-only .entry-content .fluid_video_wrapper,
body.ctp-top-player-only .post-content .fluid_video_wrapper,
body.ctp-top-player-only .related-videos .fluid_video_wrapper,
body.ctp-top-player-only .thumb-block .fluid_video_wrapper,
body.ctp-top-player-only .videos-list .fluid_video_wrapper,
body.ctp-top-player-only .entry-content .fluid_initial_play,
body.ctp-top-player-only .related-videos .fluid_initial_play,
body.ctp-top-player-only .thumb-block .fluid_initial_play,
body.ctp-top-player-only .videos-list .fluid_initial_play {
display: none !important;
}
body.ctp-top-player-only .entry-content .play-icon,
body.ctp-top-player-only .post-content .play-icon,
body.ctp-top-player-only .video-description .play-icon,
body.ctp-top-player-only .entry-content .play-button,
body.ctp-top-player-only .post-content .play-button,
body.ctp-top-player-only article .featured-image .play-icon,
body.ctp-top-player-only article .post-thumbnail .play-icon,
body.ctp-top-player-only .video-player > .play-icon,
body.ctp-top-player-only .video-player > .play-button,
body.ctp-top-player-only .responsive-player > .play-icon,
body.ctp-top-player-only .responsive-player > .play-button {
display: none !important;
}