.t-center .wp-video {
    margin: 0 auto;
}
.wp-video + .caption {
    margin-top: 5px;
}
.wp-video + p {
    margin-top: 10px;
}
body .mejs-container,
body .mejs-embed, .mejs-embed body {
    background-color: #fff;
}

/*
.wp-video:hover .mejs-container .mejs-controls  {
    visibility: hidden;
}
*/

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