/**
 * @package   OSEmbed
 * @contact   www.alledia.com, hello@alledia.com
 * @copyright 2015 Alledia.com, All rights reserved
 * @license   http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
 */

.ose-dailymotion,
.ose-kickstarter,
.ose-rutube,
.ose-ted,
.ose-vimeo,
.ose-youtube {
    overflow: hidden;
    position: relative;
    height: 0;
}

.ose-dailymotion iframe,
.ose-kickstarter iframe,
.ose-rutube iframe,
.ose-ted iframe,
.ose-vimeo iframe,
.ose-vine iframe,
.ose-youtube iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

/* 16:9 aspect ratio */

.ose-dailymotion,
.ose-kickstarter,
.ose-rutube,
.ose-ted,
.ose-vimeo,
.ose-youtube {
    padding-bottom: 56.25%;
}

/* 1:1 aspect ratio */

.ose-vine {
    padding-bottom: 100%;
}