/**
 * Theme Name: Foundation
 * Version: 1.0
**/
.responsive-embed{
    position: relative;
    z-index: 2;
}
.modal .responsive-embed{
    z-index: 2;
 }
.responsive-embed .youku_player{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
}
 .youku_player video{
    display: block !important;
}
.x-player, .ykplayer {
    width: 100%;
    height: 100%;
    position: relative;
    background: #000;
    overflow: hidden;
}
.ykplayer .x-video-player {
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 0;
    margin: 0;
    z-index: 1;
}
@media only screen and (max-width: 640px){
    .modal__close{
        background-size: auto;
        width: 50px;
        height: 50px;
        top: 0;
        right: 0;
    }
}