video {
  width: 100vw;
}

.top-banner.simple video + div.content {
  top: 0;
  margin: 0;
  /* background: #000b; */
  padding: 20px;

  width: auto;
}

.top-banner.simple video + div.content h1 {
  margin: 0 !important;
  color: white !important;
}

@media only screen and (max-width: 767px) {
  .top-banner.light .content .subtitle,
  .top-banner.light .content .title,
  .top-banner.light .content .description {
    color: white;
    font-size: 12px;
  }
}
