/*
	Theme Name: Custom Theme
	Theme URI: http://wwwest.solutions/
	Description: Custom WordPress Theme
	Version: 1.0.0
	Author: http://wwwest.solutions/
	Author URI: http://wwwest.solutions/
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mfp-counter {
    display: none;
}