.banner_content {
  background-color: white;
  text-align: center !important;
  padding: .5em;
}

.banner_image {
  border-radius: 1em;
  overflow: hidden;
}

.banner_form_container {
  max-width: 450px;
  margin: 0 auto;
}

.about_video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.about_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 576px) {
  .banner {
    padding: 0 1em;
  }

  .banner_content {
    border-radius: .5em;
    padding: 2em;
  }

  .banner_inner {
    background-size: cover;
    border-radius: 1em;
    padding: 2em;
  }

  .banner_text {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
