/**
 * Additional styles
 *
 * @package    BardCanvas
 * @subpackage youtube_for_bardcanvas
 * @author     Alejandro Caballero - lava.caballero@gmail.com
 */

.mce-content-body .youtube_link {
    display: inline-block;
    width:  640px;
    height: 360px;
    overflow: hidden;
    text-align: center;
    line-height: 360px;
    font-family: 'Lucida Console', 'Courier new', 'Courier', monospace;
    font-size: 10pt;
    font-weight: bold;
    color: white;
    text-decoration: none;
    text-shadow: 2px 2px 2px black;
    border: 1px solid black;
    background-image: url('placeholder.jpg');
}

.youtube_container {
    position: relative;
    width: 100%;
    height: 0;
    padding: 0 0 56% 0;
}

.youtube_container iframe.youtube_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 90vh;
}
