body {
  background-color: #CBC3E6;
}

video {
  max-width:100%;
  max-height: 100vh;
}

@media only screen and (max-width: 768px) {
  video {
    max-height: 85vh;
  }
}
