.home_banner {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  min-height: 600px;
  height: -webkit-fill-available;
  background-size: cover !important;
  color: #FEFEFE;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.home_banner p {
  font-size: 20px;
  max-width: 660px;
  color: #FEFEFE;
}
.home_banner .content {
  max-width: 700px;
  padding: 80px 0;
}
.home_banner.video {
  height: auto;
}
.home_banner.video .content_container {
  max-width: 100%;
}
.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: #00B7D4 !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: #00B7D4 !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%;
  }
}
