.background-video {
    background-position: top center;
    background-repeat: no-repeat;
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
}

video,
source {
    bottom: 0;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
}

.loaded .ytplayer-container {
    display: block;
}

.loaded .placeholder-image {
    opacity: 0;
}

.ytplayer-container {
    height: 100%;
    left: 0;
    min-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    overflow: hidden;
@include media_query(SS){
    position: fixed;
    height: 100%;
    width: 100%;
    bottom: 0px;
    top:0px;
    left: 0px;
    right: 0px;
}
}

.placeholder-image {
    height: 100%;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    position: fixed;
    top: 0;
    z-index: 1;
}

.ytplayer-shield {
    height: 100%;
    bottom:0;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.ytplayer-player {
    position: absolute;
}