/**
 * DPG Media Magazines Video Embed plugin
 *
 * @package   Video Embed
 * @author    DPG Media Magazines <wordpress_beheer.nl@dpgmediamagazines.nl>
 * @license   -
 * @link      https://www.dpgmediamagazines.nl
 * @copyright 2015 DPG Media Magazines
 */

.sm-video-embed-container {
	position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

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