/* Mobile */
@media (max-width: 768px) {
      .hero-video {
        height: 360px;
        min-height: unset;
    }

    .hero-text {
        left: 20px;
        bottom: 30px;
    }

    .hero-text h1 {
        font-size: 32px;
    }
   .about-text h2 {
        font-size: 2.1rem;
        margin-bottom: 1.6rem;
    }


}