.hero-container {
  background-size: cover !important;
  background-position: center center !important;
  padding: 0 !important;
}

.hero-scroll-down {
  transform: rotate(-90deg);
  position: absolute;
  bottom: 10%;
  left: 50%;
  right: 50%;
  z-index: 1;
  text-decoration: none !important;
  color: #fff;
}

.hero-scroll-down:hover {
  color: #fff;
}

.hero-scroll-down i {
  position: absolute;
  transform: rotate(90deg);
  left: -55px;
  top: -8px;
  border: 2px solid;
  border-radius: 50%;
  padding: 11px;
  width: 40px;
  height: 40px;
  transition: 0.3s ease-in-out;
}

.hero-scroll-down:hover i {
  left: -65px;
}

.hero-title {
  padding-left: 0;
}

@media (max-width: 1200px) {
  .hero-container {
    padding-top: 200px !important;
  }
}

@media (max-width: 400px) {
  .hero-container {
    padding-top: 100px !important;
  }
}

/* Portrait mobile */
@media (min-width: 500px) and (max-width: 991px) and (max-height: 600px) {
  .hero-container {
    padding-top: 100px !important;
  }
  .hero-content {
    padding-left: 35px;
  }
  .hero-title {
    margin-bottom: -20px;
  }
}

@media (max-width: 767px) and (orientation: portrait) {
  .hero-scroll-down {
    font-size: 12px;
    line-height: 25px;
    margin-left: -10px;
  }

  .scroll-down {
    width: 70px !important;
  }
}

@media (max-width: 600px) and (orientation: portrait) {
  .hero-scroll-down {
    bottom: 9% !important;
  }
}
