@charset "UTF-8";

/* IE対応 */
@media all and (-ms-high-contrast:none){
.uliza{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}

.uliza object{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
}

/* Firefox Chrome 対応 */
.uliza .ulizahtml5{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 100%;
}

/* タブレット・スマホ 対応 */
.ulizahtml5 .vjs-center-menu{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}