@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,900');
@import url('https://fonts.googleapis.com/css?family=Heebo:400,700,900');
@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Roboto:ital,wght@0,100;0,300;0,400;0,700;0,900;1,900');
.testimonial-carousel {
  overflow: hidden;
}
.testimonial-carousel .hero-header-container {
  position: absolute;
  left: 66%;
  width: 22%;
  height: 100%;
  z-index: 10;
  top: 0;
}
.testimonial-carousel .hero-header-container .hero-header-bg {
  content: "";
  background-image: url(../../../../../../../content/dam/atvi/sledgehammer/shg-touchui/life/life-text-noshadow.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  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%);
  height: 100%;
  width: 100%;
}
.testimonial-carousel .one-hero .hero-container {
  width: 100%;
  position: relative;
}
.testimonial-carousel .one-hero .hero-container .hero-content {
  position: absolute;
  left: 10%;
  top: 35%;
  padding: 10px;
  z-index: 1;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  text-align: left;
  width: 400px;
  font-family: 'Heebo', sans-serif;
  font-weight: 700;
}
.testimonial-carousel .one-hero .hero-container .hero-content .hero-name {
  color: #75a1c9;
  font-size: 35px;
}
.testimonial-carousel .one-hero .hero-container .hero-content .hero-text {
  line-height: 1.5;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  padding-top: 30px;
}
.testimonial-carousel .one-hero .hero-container .hero-bg {
  min-height: 750px;
  background-size: cover;
  padding-bottom: 56.25%;
  width: 100%;
  z-index: -1;
}
.testimonial-carousel .slick-dots {
  text-align: left;
  width: auto;
  height: auto;
  top: auto;
  bottom: 30%;
  left: 10%;
}
.testimonial-carousel .slick-dots li {
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  transition: all 0.5s;
  margin-right: 15px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: white;
  border-opacity: 1;
}
.testimonial-carousel .slick-dots li.slick-active,
.testimonial-carousel .slick-dots li:hover {
  background-color: white;
  opacity: 1;
  filter: alpha(opacity=1);
}
.testimonial-carousel .slick-dots li button {
  display: none;
}
.testimonial-carousel .slick-slide {
  margin: 0px;
}
@media screen and (max-width: 1024px) {
  .testimonial-carousel .one-hero .hero-container .hero-bg {
    background-position: top center!important;
    min-height: auto;
  }
  .testimonial-carousel .one-hero .hero-container .hero-content {
    position: relative;
    left: 0;
    top: unset;
    width: 100%;
    padding: 20px;
    background: white;
  }
  .testimonial-carousel .one-hero .hero-container .hero-content .hero-text {
    padding-top: 10px;
  }
  .testimonial-carousel .one-hero .hero-container .hero-content .hero-role,
  .testimonial-carousel .one-hero .hero-container .hero-content .hero-text {
    color: #162734;
  }
  .testimonial-carousel .slick-dots {
    display: none!important;
  }
  .testimonial-carousel .slick-arrow {
    top: 35%;
  }
}
@media screen and (max-width: 420px) {
  .testimonial-carousel .one-hero .hero-container {
    height: 100%;
  }
  .testimonial-carousel .one-hero .hero-container .hero-bg {
    height: 35%;
  }
  .testimonial-carousel .one-hero .hero-container .hero-content .hero-name {
    font-size: 28px;
    padding-bottom: 5px;
  }
  .testimonial-carousel .one-hero .hero-container .hero-content .hero-text {
    font-size: 12px;
    padding-top: 5px;
  }
  .testimonial-carousel .slick-arrow {
    top: 26%;
  }
}
/*
@media screen and (max-width: 900px) {
    .testimonial-carousel {
         .one-hero {
            .hero-container {
                .hero-content {
                    left: 18%;
                    top: 32%;
                    width: 300px;
                    .hero-text {
                        padding-top:30px;
                    }	
                }
            }
        }
        .slick-dots {

            left: 18%;
            bottom: 24%;
        }

    }

}


@media screen and (max-width: 678px) {
    .testimonial-carousel {
         .one-hero {
            .hero-container {
                .hero-content {
                    left: 10%;
                    top: 55%;
                    width: 80%;

                    .hero-name{
                        font-size: 30px;
                    }
                    .hero-role {
                        font-size: 15px;
                    }
                    .hero-text {
                        padding-top:30px;
                    }
                }
            }
        }
        .slick-dots {
            text-align: center;
            width: 100%;
            height: auto;
            bottom: 8%;
            left: 0;
            top: auto;
            .translate(0,0);
        }

    }

}
*/
