.page_banner {
  min-height: 500px;
  background-size: cover !important;
  color: #FEFEFE;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00AEEF;
}
.page_banner h1, .page_banner p {
  color: #FEFEFE;
}
.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: #F36E21 !important;
  position: relative;
  overflow: hidden;
  background: linear-gradient(80deg, rgb(243, 110, 33) 0%, rgb(255, 203, 5) 100%) !important;
}
.page_banner.image-right .image {
  position: absolute;
  right: 0;
  width: 750px;
}
.page_banner.image-right img {
  display: block;
  width: 100%;
}
.page_banner.image-right .content {
  position: relative;
  z-index: 2;
}
.page_banner.image-right-full {
  background: none !important;
  background-color: #00AEEF !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: 900px) {
  .page_banner.image-right .image {
    right: -20%;
  }
}
@media only screen and (max-width: 768px) {
  .page_banner {
    min-height: 380px;
  }
  .page_banner.image-right .image {
    height: 100%;
    width: 100%;
    right: 0;
  }
  .page_banner.image-right .image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .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%;
  }
}
