body {
  height: 100%;
  background: rgb(255, 255, 255);
  font-size: 1em;
}

body.mobile-bg {
  background: url('../images/desktop-poster.jpg') rgb(255, 255, 255);
  background-size: cover;
  background-position: center top;
}

.bg-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  z-index: -1;
}

.container {
  display: block;
  float: center;
  width: 80%;
  height: 632px;
  margin: 22px 0 0 10%;
  position: relative;
  z-index: 1;
  cursor: pointer;
}