body {
  margin: 0;
  background: #000000;
  font-family: helvetica;
  overflow: hidden;
}

.video_contain {
    position: fixed;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
}

#landingVideo {
  position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    min-height: 50%;
    min-width: 50%;
  /*position: fixed;
  right:0; bottom:0;
   min-width: 100%; min-height: 100%;
  transform: translateX(calc((100% - 100vw) / 2));*/
}

.content {
  position: fixed;
  bottom: 0;
  //background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}

h1 {
  position: fixed;
  color: #dddddd;
  font-size:38px;
  bottom: 20px; right: 60px;
  text-shadow: 2px 2px #111111; //#6b5314;
}
/* Style the button used to pause/play the video */
#muteButton {
  position: fixed;
  bottom: 20px; left: 20px;
  //font-size: 14px;
  border: none;
  background-color: Transparent;
}

#muteText:hover {
  background: transparent;
  color: #dddddd;
}

#muteText {
  font-size: 16px;
  color: #bbbbbb;
}
.icon {
  stroke-opacity: 0;
}
