@media (min-width: 1200px) {
  .c-hero--has-video {
      height: 600px;
  }
}
@media (min-width: 992px) {
  .c-hero--has-video {
      height: 500px;
  }

  .c-hero {
      background-position: 50%;
  }
}

.c-hero {
    background-color: #1D3E96;
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
    position: relative;
    min-height: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media (min-width: 768px) {
  .c-hero__video iframe {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
  }

  .c-hero:before {
      width: 50%;
  }

  .c-hero--has-video {
      height: 450px;
  }

  .c-hero--has-video:before {
      background-image: none;
      z-index: 1;
      height: 100%;
      width: 100%;
  }

  .c-hero__video.visible {
      opacity: 1;
  }

  .c-hero__video {
    display: block;
    opacity: 0;
    /* padding-bottom: 56.25%; */
    width: 100%;
    /* height: 0; */
    transition: opacity .3s ease;
    overflow: hidden;
    position: absolute;
    bottom: 0;
  }
}

@media (min-width: 768px) and (min-width: 1336px) {
  .c-hero__video iframe {
      top: 20%;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .c-hero__video iframe {
      top: 10%;
  }
}

.c-hero:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.c-hero__wrapper {
    padding: 1em;
    width: 100%;
    position: relative;
    z-index: 2;
}

.videocontainer {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    padding: 0 15px;
}
