#Slides,
#Slides .Slide,
#content {
    position: relative;
    height:100vh;
    width: 100vw;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#content img.CMSimage,
#content img.image,
#content img.CMSimage {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

#Slides .Slide {
    position: absolute;
    height: 100vh;
    width: 100vw;
    margin: 0;
    padding: 0;
    overflow: hidden;
    left: 0;
    right: 0;
}

video {
    max-width: 100%;
}

#Slides video {
    min-width: 100%;
    min-height: 100vh;
}

@media only screen and (max-width: 2000px) {
    #Slides,
    #Slides .Slide,
    #content {
        height:1080px !important;
    }
}

@media only screen and (max-width: 1300px) {
    #Slides,
    #Slides .Slide,
    #content {
        height:720px !important;
    }
}

#Slides .Slide .ytplayer-container,
#Slides .Slide .background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
}