#careers-hero {
  background-image: url('../../images/blue-pattern-bg-light.jpg');
  background-size: 200px;
  padding: 62px 0 78px 0;
}

#careers-hero h1 {
  font-size: 50px;
  line-height: 32.5px;
  margin-bottom: 19px;
}

#careers-hero p {
  font-size: 19px;
  line-height: 1.175;
  margin-bottom: 18px;
}

#careers-hero .button {
  height: 45px;
  width: fit-content;
  margin: 0 auto;
  padding: 0 46px;
}

.video-container {
  margin-top: -48px;
}

@media screen and (max-width: 567px ) {
  #careers-hero br {
    display:none;
  }
  #careers-hero {
    padding: 50px 0;
  }
  #careers-hero h1 {
    font-size: 1.6em;
  }
  #careers-hero p {
    font-size: 1em;
    line-height: 1.3;
  }
  .video-container {
    margin-top: 0;
  }
  .video-container iframe {
    width:100%;
    height: 58vw;
  }
}