.hero {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 0 2.5rem;
}

#heroVideo {
  position: absolute;
  z-index: -3;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}

.hero-text {
  display: block;
  flex-grow: initial;
}

.hero-text h1 {
  margin: 0;
  font-weight: bold;
  font-size: 2.1rem;
  line-height: 1.5;
  margin-bottom: 3rem;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}

.hero-services {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 5em;
}

.hero-services span {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  border: 1px solid #101010;
  border-radius: 2.2rem;
}

.hero-services-row {
  flex: 1 0 auto;
  display: flex;
  justify-content: end;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}

/* Extra small and Small screens / phone */
@media (max-width: 768px) {
  .hero {
    height: auto;
    min-height: 100vh;
  }

  #heroVideo {
    top: -41rem;
    left: -160rem;
  }

  .hero-text {
    margin-top: 17rem;
  }

  .hero-text h1 {
    font-size: 2.1rem;
    line-height: 1.5;
    margin-bottom: 3rem;
  }

  .hero-text p {
    margin-bottom: 2.5rem;
    font-size: 1.8rem;
    line-height: 1.5;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
  }

  .img-container {
    position: relative;
  }

  .hero .banana-img {
    position: relative;
    width: 100vw;
    margin-bottom: 8.5rem;
    margin-left: -2.5rem;
  }

  .hero-services {
    top: 5rem;
    gap: 0.8rem;
    right: -4.5rem;
    max-height: 46rem;
  }

  .hero-services span {
    width: 9rem;
    height: 7.5rem;
    font-size: 1.3rem;
    margin-right: 0.8rem;
  }
}

/* Medium screen / tablet */
@media (min-width: 768px) {
  .hero {
    height: 100vh;
  }

  #heroVideo {
    top: -12rem;
    left: -82rem;
  }

  .hero-text {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
  }

  .hero-text h1 {
    font-size: 9rem;
    line-height: 10.5rem;
    margin-bottom: 2.2rem;
  }

  .hero-text p {
    font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: 4.5rem;
    letter-spacing: -0.5px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
  }

  .hero .banana-img {
    position: absolute;
    right: 0;
    top: 12.5rem;
    z-index: -2;
    margin: 0;
    width: auto;
  }

  .hero-services {
    right: -4rem;
    top: 10rem;
    bottom: 5.5rem;
    gap: 1.4rem;
    max-height: 46rem;
  }

  .hero-services span {
    width: 17rem;
    font-size: 1.5rem;
    line-height: 1.5;
    margin-right: 1.4rem;
    max-height: 14.5rem;
  }
}

@media (min-width: 576px) {
  .hero-services span {
    width: 17rem;
    font-size: 1.5rem;
    line-height: 1.5;
    margin-right: 1.4rem;
    height: 14.5rem;
  }
}

@media (min-width: 1200px) {
  .hero-services {
    max-height: 78rem;
  }

  .hero .banana-img {
    right: 14rem;
  }

  .hero-services span {
    height: auto;
  }
}

@media (min-width: 1400px) {
  .hero {
    padding: 0 8rem;
  }
}

@media (min-width: 1600px) {
  .hero {
    padding: 0 14rem;
  }
}
