.page-banner-wrapper {
  background-color: #fff;
  position: relative;

}

.page-banner-wrapper.full-height {
  height: 100vh;
}

.page-banner-wrapper.half-height {
  height: 50vh;
}

.page-banner-wrapper .main-content,
.page-banner-wrapper .other-content {
  position: absolute;
  z-index: 9;
}

.page-banner-wrapper .floating-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.page-banner-wrapper .floating-container .main-content {
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  width: 50%;
  padding: 15px 20px;
}

.page-banner-wrapper .floating-container.with-other-content {
  top: 40%;
}

.page-banner-wrapper .floating-container .main-content,
.page-banner-wrapper .floating-container .main-content h1 {

}

.page-banner-wrapper .floating-container .main-content h1,
.page-banner-wrapper .floating-container .main-content .page-subtitle {
  margin-bottom: 30px;
}

.page-banner-wrapper .other-content {
  position: absolute;
  width: 100%;
  bottom: 0;
}

/* .page-banner-wrapper {
  background-color: #20242F;
} */

/* .page-banner-wrapper.image-size-half-white {
  background-color: #fff;
} */

.page-banner-wrapper .image-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.page-banner-wrapper .image-banner.image-size-half {
  width: 50%;
  max-width: 1024px;
}

.page-banner-wrapper .image-banner.image-size-half img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left center;
  object-position: left center;
}

@media (min-width:992px){
  .header-white-text .page-banner-wrapper, .header-white-text .page-banner-wrapper p{
      color:#fff;
  }
}

@media (min-height:900px) and (min-width:1600px) {
  .page-banner-wrapper.full-height img {
    /* -o-object-position: 50% 100%;
       object-position: 50% 100%; */
  }

  .page-banner-wrapper .floating-container .main-content h1,
  .page-banner-wrapper .floating-container .main-content .page-subtitle {
    margin-bottom: 50px;
  }
}

@media (max-width:991px) {

  .page-banner-wrapper .floating-container .main-content,
  .page-banner-wrapper .floating-container.with-other-content,
  .page-banner-wrapper .floating-container,
  .page-banner-wrapper .image-banner.image-size-half,
  .page-banner-wrapper .other-content,
  .page-banner-wrapper .image-banner {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    width: auto;
    -webkit-transform: none;
    transform: none;
  }

  .page-banner-wrapper .image-banner.image-size-half {
    padding-top: 0px; /*50px*/
    height: 60vh;
    margin-bottom: 0px;
  }

  .page-banner-wrapper .image-banner.image-size-full {
    padding-top: 0px; /*0px*/
    height: 50vh;
    overflow: hidden;
    margin-bottom:30px;
  }

  .page-banner-wrapper .image-banner.image-size-full img {}

  .page-banner-wrapper.with-other-content .image-banner.image-size-half {
    padding-top: 50px;
    height: 45vh;
  }

  .page-banner-wrapper .image-banner.image-size-half img {
    -o-object-position: center center;
    object-position: center center;
  }

  .page-banner-wrapper .other-content,
  .page-banner-wrapper .floating-container {
    margin-bottom: 30px; /*0px*/
  }

  .page-banner-wrapper.full-height {
    height: auto;
  }
  .page-banner-wrapper .floating-container .main-content{
    padding-left: 0px;
    padding-right: 0px;
  }
  .page-banner-wrapper .floating-container .main-content .page-subtitle:last-child{
    margin-bottom: 0;
  }
}

@media (max-width:426px) {
  .page-banner-wrapper .image-banner.image-size-half {}

  .page-banner-wrapper .other-content,
  .page-banner-wrapper .floating-container.with-other-content {
    margin-bottom: 15px;
  }
}
