#interest-landing {
  padding: 150px 0;
  background-size: cover;
  position: relative;
  background-position: center;
}
#interest-landing video {
  position: absolute;
  top: 0;
  object-fit: cover;
  min-width: 100%;
}
.interest-landing {
 border-radius: 5px;
 background-color: rgba(255,255,255, 0.8);
 width: 715px;
 padding: 40px;
 padding-top: 20px;
 margin: 0 auto;
 z-index: 1;
 position: relative;
}
.register {
  padding: 20px 50px;
  text-transform: uppercase;
  display: block;
  margin: 40px auto;
  width: 300px;
}
.interest-landing label {
  display: block;
}
.interest-landing h1 {
  text-transform: uppercase;
  text-align: center;
  margin: 20px 0 40px;
  line-height: 51px;
}

/* responsive screen size media queries */
@media only screen and (min-width: 1640px) {
 /* fix for large screens */

}

@media screen and (max-width: 1024px){

}
@media only screen and (max-width: 768px) {
  #interest-landing {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 425px) {
  .interest-landing label {
    display: none;
  }
  .interest-landing {
    width: 100%;
    height: 100%;
  }
}
