body.video {
    /*background:#000 url(../images/saltie_bg04.jpg) no-repeat right top;*/ 
    background:#000 url(../images/saltie_bg04.jpg) no-repeat right 91px; 
    min-height:100%;
    background-color: #000;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-attachment: fixed;
} 

#videoListRow iframe{
    width: 100%;
}

#videoListRow #hitori{
    height: 515px;
}