#icon-container {
  bottom: 4vh;
  height: 24px;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  right: 0;
  width: 64px;
}

#instagram {
  display: inline-block;
  height: 24px;
  margin-right: 16px;
  width: 24px;
}

#logo {
  height: 12vh;
  width: 12vh;
}

#logo-container {
  height: 12vh;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  right: 0;
  top: 6vh;
  width: 12vh;
}

#twitter {
  height: 24px;
  width: 24px;
}

.video {
  left: 0;
  max-height: 100%;
  min-height: 100vh;
  position: absolute;
  top: 0;
  width: 100%;
}

.video-container {
  background-color: black;
  left: 0;
  max-height: 100%;
  min-height: 100vh;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

.z-negative {
  z-index: -1;
}
