#video_box{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.video_iframe iframe{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-js {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    overflow-y: hidden;
}
.video-js .vjs-tech{
    /*height:auto !important;*/
}
.video-js object.vjs-tech{
    height:50% !important;
}
#colorbox #cboxLoadedContent{
    margin-bottom: 0;
}
#colorbox #cboxTopLeft,
#colorbox #cboxTopCenter,
#colorbox #cboxTopRight{
    /*height: 70px;*/
    background-color: #fff;
}
#colorbox #cboxBottomLeft,
#colorbox #cboxBottomCenter,
#colorbox #cboxBottomRight{
    /*height: 60px;*/
    background-color: #fff;
}
#colorbox #cboxTopLeft,
#colorbox #cboxTopRight,
#colorbox #cboxBottomLeft,
#colorbox #cboxBottomRight,
#colorbox #cboxMiddleLeft,
#colorbox #cboxMiddleRight{
    /*width: 60px;*/
    background-color: #fff;
}
#colorbox #cboxTopLeft,
#colorbox #cboxTopCenter,
#colorbox #cboxTopRight{
    /*border-top: 10px solid #EC6C00;*/
}
#cboxClose,
#cboxClose:hover{
    width: 25px;
    height: 24px;
    top: -31px;
    right: 3px;
    background:url(../images/product/yageo_product_overview_video_closed.png) no-repeat center;
    border:none;
}
#colorbox #cboxContent{
    position: static;
}
@media screen and (max-width: 950px){
    #colorbox #cboxTopLeft,
    #colorbox #cboxTopCenter,
    #colorbox #cboxTopRight{
        height: 0px;
    }
    #colorbox #cboxBottomLeft,
    #colorbox #cboxBottomCenter,
    #colorbox #cboxBottomRight{
        height: 0px;
    }
    #colorbox #cboxTopLeft,
    #colorbox #cboxTopRight,
    #colorbox #cboxBottomLeft,
    #colorbox #cboxBottomRight,
    #colorbox #cboxMiddleLeft,
    #colorbox #cboxMiddleRight{
        width: 0px;
    }
    #colorbox #cboxTopLeft,
    #colorbox #cboxTopCenter,
    #colorbox #cboxTopRight{
        border-top: 0;
    }
    #cboxClose,
    #cboxClose:hover{
        top: 35px;
        right: 10px;
        background-image:url(../images/product/yageo_product_overview_video_closed.png) ;
    }
    #colorbox #cboxContent{
        padding-top: 25px;
        background: transparent;
    }
}