.lp__container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 599px) {
  .lp__container {
    padding: 60px 8px 32px 8px;
  }
}

.lp__cover {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  width: 100%;
}

.lp__fullscreen_banner {
  position: relative;
}
@media (min-width: 600px) {
  .lp__fullscreen_banner .lp__container {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
}
.lp__fullscreen_banner .lp__container h1 {
  color: #fff;
}

@media (min-width: 500px) {
  .lp__fullscreen_banner_title {
    flex-grow: 1;
  }
}

.lp__fullscreen_banner .lp__fullscreen_banner_image:after {
    content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.8) 100%);

}

.careers_nav{
    background-color: #0071BC;
}
