.banner-section .section-title{
  display:none;
}
.swiper.banner {
  height:calc(100vh - 60px);
  max-width: 100vw;
  overflow: hidden;
  position: relative !important;
}
.swiper.banner .swiper-slide img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
@media screen and (min-width: 992px) {
  .swiper.banner {
    height:calc(100vh - 115px);
  }
  .swiper.banner .swiper-slide img {
    width: 100%;
    object-position: top right;
  }
}

.swiper.banner .banner--container {
  margin: 0 auto !important;
  width: 100% !important;
  max-width: 1107px !important;
  /* to match example site max-width center pattern */
}
.swiper.banner .banner--overlay {
  position: absolute !important;
  bottom: 2.75em !important;
  padding: 2.143em !important;
  margin: 0 1.071em !important;
  color: #fff !important;
  text-align: center !important;
  display:flex;
  width:100%;
  max-width:1107px;
}

.swiper-slide {
  width: 100% !important;
}
.swiper.banner h1 {
  text-align: left !important;
}
.home-skin main .content div.banner--container div.banner--overlay h1 {
  text-transform: initial !important;
  color: #fff !important;
}
.banner--overlay p {
  color: #fff !important;
}
.swiper.banner .banner--overlay p {
  text-align: left !important;
  margin-top: 0 !important;
  font-size: 1.1em !important;
  line-height: 1.5 !important;
}
.swiper.banner .banner--pagination{
    display: flex;
    flex-direction: row;
    justify-content: space-between; 
    margin: -50px auto 0;
    position: relative !important;
    z-index: 2;
    width:100px;
}
.swiper.banner .swiper-pagination-bullet {
    height:3px;
    width:15px;
    background-color:#fff;
    color:rgba(0, 0, 0, 0);
    font-size:0 !important;
  opacity:50%;
    border-radius:0;
}
.swiper.banner .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper.banner .swiper-pagination-bullet:hover{
    opacity: 100;
}
@media screen and (max-width: 991px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }
}
.swiper-button-next,
.swiper-button-prev {
  width: 30px !important;
  height: 0px !important;
  color: #fff !important;
  z-index: 1 !important;
}
@media screen and (min-width: 768px) {
  .swiper.banner .banner--overlay {
    bottom: 60% !important;
    transform: translateY(50%) !important;
    text-align: left !important;
  }
  .swiper.banner .banner--overlay p,
  .swiper.banner .banner--overlay .cta-link {
    font-size: 1.5em !important;
  }
}
.banner--overlay-container {
  display: flex;
  margin: auto;
}
.banner--overlay-left {
  width: 100%;
  max-width: 100%;
}
.banner--overlay-right {
  display: none;
}

@media screen and (min-width: 992px){
  .banner--overlay-container {
    max-width: 1107px;
    width: 1107px
  }
  .banner--overlay-left {
    width: 50%;
    max-width: 580px;
  }
  .banner--overlay-right{
    width: 50%;
    max-width: 580px;
    display: flex;
    flex-direction: row-reverse;
  }
}

.banner--overlay-left h1.banner-title {
    margin-bottom: 30px;
}
.banner--overlay-left p.banner-desc {
    margin-bottom: 30px;
    padding-top: 0;
}
.banner--overlay-left .btn.btn-light-blue{        
    background-color: #0096d6;
    border: 0;
    border-radius: 0;
    color: #fff;
    font-family: "Galano Grotesque Semi Bold",Sans-Serif;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 22px;
    padding: 5px 24px 9px 24px;
  text-transform:none;
}

@media screen and (max-width:1200px){
  .banner--overlay-container{
  width:90%;
  max-width:100%;
  margin:auto;}
}
@media screen and (max-width:991px){
  .swiper.banner h1,
    .swiper.banner .banner--overlay-left .banner-desc,
    .swiper.banner .banner--overlay-left .banner-btn-wrap{
          text-align: center !important;
    }
}
@media screen and (max-width: 991px) and (min-width: 768px){
    .swiper.banner .banner--overlay {
    bottom: 30% !important;        
    text-align: center;
    }
    
}
@media screen and (max-width: 767px) {
  .swiper.banner .banner--overlay {
    max-width: 100% !important;
    bottom: 15% !important;
    padding: 0!important;
    text-align: left!important;
  }
}