/*
Theme Name: Darkero
Theme URI: https://darkero.com/
Template: videoclub
Author: Darkero
Author URI: https://darkero.com/
Description: Darkero
Tags: one-column,two-columns,right-sidebar,flexible-header,custom-colors,custom-header,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,sticky-post,theme-options,threaded-comments,translation-ready
Version: 1.0.2.1727066166
Updated: 2024-09-23 04:36:06

*/
.mejs-container {
max-height: 60vh;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
}
.mejs-container video {
max-width: 100%;
max-height: 100%;
height: auto;
width: auto;
}
.mejs-container {
padding-left: 15px;
padding-right: 15px;
}
.mejs-container video[src*=".mp4"]:not([src*="landscape"]) {
width: auto;
height: auto;
}
