/*
Theme Name: MetroStyle Child
Theme URI: http://www.olevmedia.com
Template: metro
Author: OlevMedia
Author URI: http://www.olevmedia.com
Description: All Purpose Theme
Version: 1.5.3.1522080972
Updated: 2018-03-26 18:16:12

*/

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* Proporción 16:9 (9 / 16 = 0.5625) */
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}