 /* Extra small devices (portrait phones, less than 576px) */
 @media (max-width: 575.98px) { 
    video {
        position: absolute;
        z-index: -1;
        object-fit: cover;
        width: 100%;
        height: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
      }
      section.video-banner {
        aspect-ratio: 2 /1 !important;
    }
    div#dynamicfooter .common-Width {
        width: 100%;
      }
      .content-mob h2 {
        padding-bottom: 8px;
        Padding-top: 50px;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) { 
    .second-section {
        width: 90%;
    }
    .video-banner div {
        margin-top: 0;
    }
    .video-banner h1 {
        line-height: 2.5rem;
    }
    section.video-banner {
        aspect-ratio: 2 /1 !important;
    }
    .video-banner {
        height: 70vh !important;
    }

}
/* medium devices (tablets, 768px up  */
@media (min-width: 768px) and (max-width: 991.98px) { 
    .second-section {
        width: 90%;
    }
    .video-banner div {
        margin-top: 0;
    }
    .video-banner h1 {
        line-height: 2.5rem;
    }
    section.video-banner {
        aspect-ratio: 2 /1 !important;
    }
    .video-banner {
        height: 70vh !important;
    }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1919.98px) { 
    .second-section {
        width: 90%;
    }
    section.video-banner {
        aspect-ratio: 2 /1 !important;
    }
    .video-banner {
        height: 70vh !important;
    }

 }
