  .c-hero-home-hero .hero-background img,
          .c-hero-home-hero .hero-background video {
            z-index: 0;
            min-width: 100vw;
            min-height: 100%;
            transform: translateX(0px);
            top: auto;

            position: absolute;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center center;

            max-width: unset;
            max-height: unset;

            --tw-transform: unset;
          }

          .c-hero-home-hero button.absolute {
            left: 0;
            bottom: 0;
            top: auto;
            z-index: 3;
            color: white;
          }

          .hero.c-hero-home .c-header-home__content {
            position: relative;
            z-index: 2;
            height: 100%;
            padding: 0 30px;
          }

          .hero.c-hero-home .c-header-home__content h1.title-lg {
            font-size: 3.5rem !important;
            max-width: 60%;
          }

          @media screen and (min-width: 767px) {
            .hero.c-hero-home .c-header-home__content h1.title-lg {
              font-size: 5.5rem !important;
              padding-top: 5rem;
            }

            .hero.c-hero-home .c-hero-home-hero .hero-background {
              height: 100%;
            }

            .hero.c-hero-home .c-hero-home-hero {
              min-height: 500px;
              padding: 0 !important;
              margin: 0 !important;
            }
          }

          @media screen and (min-width: 1000px) {
            .hero.c-hero-home .c-hero-home-hero {
              min-height: 600px;
            }
          }

          @media screen and (max-width: 1000px) {
            .hero.c-hero-home .c-header-home__content h1.title-lg {
              margin-top: 0;
              padding-top: 2rem;
              font-size: 4rem !important;
              line-height: 4rem;
            }

            .hero .c-hero-home-hero {
              height: 425px;
              min-height: 425px !important;
            }
          }

           @media screen and (max-width: 767px) {
            .hero.c-hero-home .c-header-home__content h1.title-lg {
              margin-top: 0;
              padding-top: 24px;
               font-size: 3.5rem !important;
              line-height: 3.75rem; 
            }
            .hero.c-hero-home .c-header-home__content {
              padding: 0 24px;
            }
            .hero .c-hero-home-hero {
              height: 425px;
              min-height: 425px !important;
              padding: 0 !important;
            }

            .hero.c-hero-home .c-hero-home-hero .hero-background {
              height: 100%;
            }

            .c-hero-home-hero .hero-background img,
          .c-hero-home-hero .hero-background video {
            z-index: 0;
            min-width: 100vw;
            min-height: 100%;
            transform: translateX(0px);
            top: auto;

            position: absolute;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center center;

            max-width: unset;
            max-height: unset;

            --tw-transform: unset;
          }

           }