.swiper {
  width: 150%;
  left: -25% !important;
  height: auto;
  position: relative;
  margin-top: 50px;
}

.swiper-slide {
  display: flex !important;
  justify-content: center !important;
  align-items: center;
  border-radius: 120px !important;
}

#ellipse-slider .app-slider-left {
  position: absolute;
  left: 50%;
  margin-left: -18.3%;
  top: 50%;
  margin-top: -18px;
  width: 3vw;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
}

#ellipse-slider .app-slider-right {
  position: absolute;
  right: 50%;
  margin-right: -18.3%;
  top: 50%;
  margin-top: -18px;
  width: 3vw;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
}

#ellipse-slider .app-slider-right img,
#ellipse-slider .app-slider-left img {
  max-width: 100%;
}

#ellipse-slider .swiper {
  padding-bottom: 50px;
}

#ellipse-slider .swiper-pagination {
  bottom: 0;
}

#our-products {
  padding-top: 100px;
}

#our-products h4 {
  font-family: "Rheem Sans Light";
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000000;
  padding-top: 10px;
  padding-bottom: 5px;
}

#our-products p {
  font-family: "Rheem Sans Light";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  text-align: center;
  color: #000000;
}

#applications-slider {
  padding-top: 170px;
  overflow-x: hidden;
}

#find-distributors {
  padding: 200px 0;
  text-align: center;
}

#ellipse-slider .swiper {
  width: 120%;
  left: -10% !important;
  height: auto;
  position: relative;
}

#ellipse-slider .swiper-slide {
  display: flex !important;
  justify-content: center !important;
  align-items: center;
}

#ellipse-slider .swiper .inner-content {
  position: relative;
  border-radius: 40px;
  overflow: hidden;
}

#ellipse-slider .swiper .inner-content .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.18);
  display: flex;
  justify-content: center;
  align-items: center;
}

#ellipse-slider .swiper .inner-content .overlay h6 {
  font-family: "Rheem Sans Light";
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 74px;
  /* or 123% */
  text-align: center;
  text-transform: uppercase;

  color: #ffffff;
}

#map-wrapper {
  background: url(../img/map-background.svg) no-repeat;
  background-size: cover;
  background-position: bottom center;
}

@media only screen and (max-width: 991px) {
  #our-products .row img.img-fluid {
    max-width: 300px;
  }

  #our-products {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  #applications-slider {
    padding-top: 80px;
  }

  #find-distributors {
    padding: 50px 0 100px 0;
    text-align: center;
  }

  .swiper {
    width: 240%;
    left: -69% !important;
    height: auto;
  }

  .app-slider-left img,
  .app-slider-right img {
    width: 100%;
  }

  .app-slider-left {
    display: none;
    position: absolute;
    left: 30%;
    margin-left: 0;
    top: 50%;
    margin-top: -18px;
    width: 70px;
    height: auto;
    z-index: 9;
    overflow: hidden;
  }

  .app-slider-right {
    position: absolute;
    right: 20%;
    margin-right: 0;
    top: 50%;
    margin-top: -18px;
    width: 70px;
    height: auto;
    z-index: 9;
    overflow: hidden;
    display: none;
  }

  #map-wrapper {
    background: url(../img/map-background.svg) no-repeat;
    background-size: 200% auto;
    background-position: 60% bottom;
  }

  #features .col-lg-4 > img:first-child {
    width: 64px;
    height: 64px;
  }

  #ellipse-slider .swiper .inner-content {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
  }

  #ellipse-slider .swiper {
    width: 100%;
    left: 0 !important;
    height: auto;
    position: relative;
  }

  #ellipse-slider .app-slider-left svg {
    width: 44px;
    height: 26px;
  }
  #ellipse-slider .app-slider-right svg {
    width: 44px;
    height: 26px;
  }

  #ellipse-slider .app-slider-left {
    background: #ffffff;
    border-radius: 50px;
    position: absolute;
    left: 30px;
    width: 44px;
    height: 26px;
    margin-left: 0;
    top: 50%;
    margin-top: -18px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #ellipse-slider .app-slider-right {
    position: absolute;
    right: 30px;
    margin-right: 0;
    top: 50%;
    margin-top: -18px;
    width: 44px;
    height: 26px;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    border-radius: 50px;
  }

  #ellipse-slider .swiper .inner-content .overlay h6 {
    font-family: "Rheem Sans Light";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
    /* or 123% */
    text-align: center;
    text-transform: uppercase;

    color: #ffffff;
  }
}
