@media screen and (max-width: 600px) {
  nav a.navbar-brand{
    position: absolute;
    left: 50%;
    padding-top: 20%;
    transform: translateX(-50%);
  }
  #video{
    height: 350px;
    padding-top: 22%;
  }
}
@media screen and (min-width: 600px) {
  nav a.navbar-brand{
    padding-left: 15px;
    padding-top: 12px;
  }
  #video{
    height: 420px;
    padding-top: 5%;
  }
}

@media screen and (min-width: 900px) {
  nav a.navbar-brand{
    padding-left: 15px;
    padding-top: 12px;
  }
  #video{
    height: 520px;
    padding-top: 5%;
  }
}

.footer {
  position: fixed;
  font-size: 7px;
  left: 0;
  bottom: 0;
  width: 100%;
  color: white;
  text-align: center;
}
