p {
  font-size: 3vw;
  color: white;
  margin-top: 40px;
}
.app_store {
  width: 50vw;
  max-width: 50%;
  height: auto;
  vertical-align: middle;
  object-fit: contain;
}
.logo {
  max-width: 30%;
  height: auto;
  vertical-align: middle;
  object-fit: contain;
  margin: 20px;
}
.video {
  max-width: 70%;
  height: auto;
  vertical-align: middle;
  object-fit: contain;
  margin-top: 20px;
  margin-bottom: 5px;
}
@media screen and (orientation: landscape) {
  .video {
    max-height: 90vh;
    width: auto;
  }
  .logo {
    max-width: 200px;
  }
  .app_store {
    max-width: 200px;
  }
  p {
    font-size: 16px;
  }
}
