.wp-video, .wp-video-shortcode, .mejs-container, .mejs-overlay.load {
width: 100% !important;
height: 100% !important;
}
.mejs-container {
padding-top: 56.25% !important;
}
.wp-video, .wp-video-shortcode {
max-width: 100% !important;
}
video.wp-video-shortcode {
position: relative !important;
}
.mejs-mediaelement {
position: absolute !important;
top: 0 !important;
right: 0 !important;
bottom: 0 !important;
left: 0 !important;
}
.mejs-controls {
display: none;
}
.mejs-overlay-play {
top: 0 !important;
right: 0 !important;
bottom: 0 !important;
left: 0 !important;
width: auto !important;
height: auto !important;
}