/**
 * Sanoma Media Video Embed plugin
 *
 * @package   Video Embed
 * @author    Sanoma Media <wordpress_beheer.nl@sanoma.com>
 * @license   -
 * @link      http://www.sanoma.nl
 * @copyright 2015 Sanoma Media
 */

.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%;
}