.frontMenuContainer{
    max-height: 60vh;
}

body{
	background-color:#000 !important;
	background-image: none !important;
	color:#D6D6D6!important;	
}

#page-content-wrapper{
	background: #000 !important;
}

#backgroundWrapper{
	background: #000 !important;
}

#cc-text {
    background: #313131 !important;
    color: white !important;
}


.topLevelMenuItem.faded{
  opacity: .5;
  pointer-events: none;
}

@media (max-width: 860px) {
  video {
    max-width: 97% !important;
  }
}