@media (max-width: 990px) {
  /* Hero section */
  .hero-container .title h1 {
    font-size: 2.25rem;
  }

  .hero-container .title {
    width: 90%;
  }

  .hero-container .video {
    width: 100%;
  }
}

@media (max-width: 560px) {
  /* Hero section */
  .hero-container .title h1 {
    font-size: 1.875rem;
  }
}

@media (max-width: 480px) {
  /* Selling section */
  .selling {
    margin: 3rem 0;
  }

  .selling-container {
    padding: 1rem !important;
  }

  .selling-container .content .title h2 {
    font-size: 1.5rem;
  }

  .hero-container .title h1 {
    font-size: 1.5rem;
  }

  .hero-container .video {
    aspect-ratio: 16 / 12;
  }
}

@media (max-width: 325px) {
  .caption {
    font-size: 1.125rem;
  }
}
