.page_banner {
  min-height: 540px;
  background-size: cover !important;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_banner h1, .page_banner p {
  color: #FFFFFF;
}
.page_banner .content {
  max-width: 530px;
  padding: 80px 0;
}
.page_banner.video {
  height: auto;
}
.page_banner.video .content_container {
  position: absolute;
}
.page_banner.video .video_wrapper {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}
.page_banner.video video {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block;
}
.page_banner.image-right {
  background: none !important;
  background-color: #21294F !important;
  position: relative;
}
.page_banner.image-right .image {
  position: absolute;
  left: 56%;
  width: 880px;
}
.page_banner.image-right .content {
  position: relative;
  z-index: 2;
}
.page_banner.image-right-full {
  background: none !important;
  background-color: #FF9600 !important;
  position: relative;
  justify-content: start;
}
.page_banner.image-right-full .content_container {
  position: relative;
  max-width: 50%;
  margin: 0;
}
.page_banner.image-right-full .content {
  position: relative;
  z-index: 2;
  max-width: 600px;
  margin: 0 auto;
}
.page_banner.image-right-full .image {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}
.page_banner.image-right-full .image .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover !important;
}

@media only screen and (max-width: 1000px) {
  .page_banner {
    min-height: 500px;
  }
}
@media only screen and (max-width: 768px) {
  .page_banner {
    min-height: 380px;
  }
  .page_banner.image-right {
    position: relative;
    display: block;
  }
  .page_banner.image-right .image {
    position: relative;
    left: 0;
    width: 100%;
  }
  .page_banner.image-right-full .content_container {
    max-width: 100%;
  }
  .page_banner.image-right-full .content {
    max-width: 100%;
  }
  .page_banner.image-right-full .image {
    width: 100%;
  }
}
