body {
  margin: 0;
  background: #000;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
}

.video-container video {
  width: auto;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: 0;
}

@media screen and (min-aspect-ratio: 16/9) and (min-width: 1061px) {
  .video-container {
    width: 100vw;
    height: 100vh;
    position: relative;
    padding-bottom: 0;
  }
  .video-container video {
    width: 100vw;
    height: 100vh;
  }
  /*.video-overlay .body {*/
  /*  color: blue;*/
  /*}*/
}

@media screen and (min-aspect-ratio: 16/9) and (max-width: 1060px) {
  header {
    display: none;
  }
  .video-container {
    width: 100vw;
    height: 100vh;
    position: relative;
    padding-bottom: 0;
  }
  
  .video-container video {
    width: 100vw;
    height: 100vh;
  }
  /*.video-overlay .body {*/
  /*  color:red;*/
  /*}*/
}

/* Just styling the content of the div, the *magic* in the previous rules */

/*****************************/
/*.stopfade {*/
/*  opacity: 0.5;*/
/*}*/

.video-overlay {
  position: absolute;
  bottom: 5%;
  left: 3%;
  /*font-family: Agenda-Light, Agenda Light, Agenda, Arial Narrow, sans-serif;*/
  font-size: 15px;
  background: rgba(0, 0, 0, 0.3);
  color: white;
  padding: 2rem;
  width: 33%;
  margin: 2rem;
  float: right;
  /*font-size: 1.2rem;*/
}
.video-overlay .header {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  margin-bottom: 0.7rem;
}
.video-overlay h1 {
  /*   display: inline; */
  font-size: 3rem;
  text-transform: uppercase;
  margin-top: 0;
  letter-spacing: 0.3rem;
}
.video-overlay h2 {
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 0.2rem;
}
.video-overlay .body {
  font-weight: 600;
  margin-bottom: 1.0rem;
}
.video-overlay .body p {
  margin-bottom: 0.5rem;
}
.video-overlay .header .button {
  align-self: center;
  float: right;
  width: 25%;
  height: 40px;
  border: none;
  margin-left: auto;
  margin-right: 15px;
  text-align: center;
  font-size: 1.3rem;
  background: rgba(255, 255, 255, 0.23);
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
  transition: 0.3s background;
}
.video-overlay .header .button:hover {
  background: rgba(0, 0, 0, 0.5);
}

.video-overlay a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.5);
  padding: 0.5rem;
  transition: 0.6s background;
}
.video-overlay a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.9);
}
.video-overlay .footer .btn {
  float: left;
  background-color: #29d6e6;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  margin-top: auto;
  border-radius: 50px;
  padding: 0.8rem 0.7rem;
}
@media screen and (max-width: 1260px) {
  .video-overlay {
    font-size: 14px;
  }
  .video-overlay .footer .btn {
    font-size: 13px;
    padding: 0.8rem 0.7rem;
  }
}
/*IPads*/
@media screen and (max-width: 1060px) {
  .video-overlay {
    font-size: 13px;
  }
  .video-overlay .header {
    display: flex;
    flex-direction: column;
    align-items: center;
  }  
  .video-overlay .header .button {
    width: 28%;
    height: 40px;
    margin: auto;
  }
  .video-overlay h1 {
    display: none;
  }
  .video-overlay h2 {
    font-size: 2rem;
    letter-spacing: 0.1rem;
    margin-bottom: 0.5rem;
  }
  .video-overlay .button {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 940px) {
  /*.video-overlay {*/
  /*  width: 45%;*/
  /*}*/
  .no-small {
    display: none;
  }
  .video-overlay .footer .btn {
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 20;
    padding: 0.5rem;
  }
}
@media screen and (max-width: 850px) {
  header {
    display: none;
  }
  .video-overlay {
    font-size: 10px;
    padding: 0.5rem;
    /*width: 50%;*/
    margin: 0.5rem;
  }
  .video-overlay .header .button {
    width: 50px;
    height: 25px;
    font-size: 11px;
  }
  .video-overlay .body p {
    font-size: 12px;
  }
  .video-overlay .footer {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .video-overlay .footer .btn {
    float: none;
    font-size: 10px;
    margin-top: 5px;
    padding: 0.3rem;
  }
}
@media screen and (max-width: 620px) {
  .video-overlay h2 {
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
    margin-bottom: 0.3rem;
  }
}
@media screen and (max-width: 559px) {
  .video-overlay {
    font-size: 10px;
    padding: 0.5rem;
    /*width: 50%;*/
    margin: 0rem;
  }
  .video-overlay h2 {
    font-size: 1.2rem;
    letter-spacing: 0.0rem;
    /*margin-bottom: 0.2rem;*/
  }
  .video-overlay .body {
    font-size: 10px;
    font-weight: 600;
    margin-bottom: 0;
  }
  .video-overlay .body p {
    font-size: 10px;
  }  
  .video-overlay .button {
    font-size: 0.3rem;
  }
  .no-super-small {
    display: none;
  }
}
@media screen and (max-width: 380px) {
  .video-overlay {
    font-size: 10px;
    padding: 0.0rem;
    /*width: 50%;*/
  }
  .video-overlay .header .button {
    width: 50px;
    height: 20px;
    font-size: 11px;
    padding: 2px;
  }  
  .video-overlay .footer .btn {
    font-size: 10px;
    margin-bottom: 3px;
    padding: 0.2rem;
  }
}