.home-hero {
      /* padding-top: 150px; */
      background: #6bc4bb;
      position: relative;
}

.home-hero__img-container {
  display: block;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.4102564103%;
  position: relative;
}

.home-hero__img-container img:not(.hashtag) {
  bottom: 0;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.home-hero__img-container .hashtag {
  position: absolute;
  z-index: 10;
  height: 15rem;
  text-align: center;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.home-hero__txt-container {
/*   position: absolute; */
  width: 100%;
  bottom: 0;
  background: #6bc4bb;
  opacity: .9;
  padding: 3.5rem 0;
}

.home-hero__desc {
  max-width: 80%;
  margin: 0 auto;
}

.home-hero__btn {
  text-align: center;
}

.hide-for-desktop {
  display: none;
}

@media (max-width: 1200px) {
  .home-hero__img-container .hashtag {

    height: 10rem;

  }
}

@media (max-width: 1050px) {
  .home-hero__txt-container {
    position: relative;
  }

  .home-hero__img-container .hashtag {

    height: 12rem;
    top: 50%;

  }




}

@media (max-width: 768px) {
  .home-hero__img-container .hashtag {
    display: none;
  }
}



@media (max-width: 600px) {
  .home-hero__img-container {
    padding-bottom: 100%;
  }

  .hide-for-mobile {
    display: none;
  }

  .hide-for-desktop {
    display: block;
  }

}

.home-hero .swiper-button-next, .home-hero .swiper-button-prev {
    width: 24px !important;
    height: 35px !important;
    -ms-background-size: 100% !important;
    -webkit-background-size: 100% 100% !important;
       -moz-background-size: 100% !important;
         -o-background-size: 100% !important;
            background-size: 100% !important;
}
.home-hero .swiper-button-prev, .home-hero .swiper-container-rtl .swiper-button-next {

    left: 8%;
    right: auto;
}

.home-hero  .swiper-button-next, .home-hero  .swiper-container-rtl .swiper-button-prev {

    right: 8%;
    left: auto;
}

.home-hero .swiper-button-next {
	background-image: url("../images/arrow-right.svg") !important;
}
.home-hero .swiper-button-prev {
	background-image: url("../images/arrow-left.svg") !important;
}

@media (max-width: 600px) {
  .home-hero .swiper-button-next, .home-hero .swiper-button-prev {
    width: 12px !important;
      height: 30px !important;
  }

}

@media (max-width: 768px) {
  .home-hero .txt_white {
    line-height: 3rem !important;
    font-size: 36px !important;
  }
}
