.site-info.container {
    display: none;
}

.site-logo {
    max-height: 60px;
}

#bitnami-banner { 
  display: none !important; 
}

#wp-custom-header-video-button {
    display: none;
}

@media only screen and (max-width: 767px) {
#wp-custom-header-video {
    min-width: 210vw;
  	max-height: 100vh !important;
    left: 50%;
    top: 100%;
    transform: translate(-27%, 0%);
}
}
@media only screen and (min-width: 767px) and (max-width: 979px){
#wp-custom-header-video {
    min-width: 200vw;
  	max-height: 100vh !important;
    left: 50%;
    top: 100%;
    transform: translate(-25%, 0%);
}
}

@media only screen and (min-width: 979px) and (max-width: 1200px){
#wp-custom-header-video {
    min-width: 150vw;
  	max-height: 100vh !important;
    left: 50%;
    top: 100%;
    transform: translate(-18%, 0%);
}
}