.home_banner {
  min-height: 640px;
  background-size: cover !important;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home_banner h1, .home_banner p {
  color: #FFFFFF;
}
.home_banner h1 {
  margin-bottom: 40px;
}
.home_banner p {
  font-size: 20px;
  max-width: 510px;
}
.home_banner .content {
  max-width: 620px;
  padding: 80px 0;
}
.home_banner.video {
  height: auto;
}
.home_banner.video .content_container {
  position: absolute;
}
.home_banner.video .video_wrapper {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}
.home_banner.video video {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block;
}
.home_banner.image-right {
  background: none !important;
  background-color: #FF9600 !important;
  position: relative;
}
.home_banner.image-right .image {
  position: absolute;
  left: 56%;
  width: 990px;
}
.home_banner.image-right .content {
  position: relative;
  z-index: 2;
}
.home_banner.image-right-full {
  background: none !important;
  background-color: #FF9600 !important;
  position: relative;
  justify-content: start;
}
.home_banner.image-right-full .content_container {
  position: relative;
  max-width: 50%;
  margin: 0;
}
.home_banner.image-right-full .content {
  position: relative;
  z-index: 2;
  max-width: 600px;
  margin: 0 auto;
}
.home_banner.image-right-full .image {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}
.home_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) {
  .home_banner {
    min-height: 600px;
  }
}
@media only screen and (max-width: 768px) {
  .home_banner {
    min-height: 400px;
  }
  .home_banner.image-right {
    position: relative;
    display: block;
  }
  .home_banner.image-right .image {
    position: relative;
    left: 0;
    width: 100%;
  }
  .home_banner.image-right-full .content_container {
    max-width: 100%;
  }
  .home_banner.image-right-full .content {
    max-width: 100%;
  }
  .home_banner.image-right-full .image {
    width: 100%;
  }
}
