h2 {
    color: blue;

}

li {
    font-size: 18px;
}

/* Style for background video */
@media (orientation: landscape) {
    #video1 {
        width: 133vh;
        height: 75vh;
    }
}

@media (orientation: portrait) {
    #video1 {
        width: 100vw;
        height: 56vw;
    }
}

/* Custom style for the banner text */
@media only screen and (max-width: 360px) {
    .bannerTextContainer h2 {
        font-size: 20px !important;
    }
}

@media only screen and (min-width: 280px) {
    .bannerTextContainer h2 {
        font-size: 22px !important;
    }
}

@media only screen and (min-width: 360px) {
    .bannerTextContainer h2 {
        font-size: 24px !important;
    }
}

@media only screen and (min-width: 440px) {
    .bannerTextContainer h2 {
        font-size: 26px !important;
    }
}

@media only screen and (min-width: 520px) {
    .bannerTextContainer h2 {
        font-size: 28px !important;
    }
}

@media only screen and (min-width: 600px) {
    .bannerTextContainer h2 {
        font-size: 30px !important;
    }
}

@media only screen and (min-width: 680px) {
    .bannerTextContainer h2 {
        font-size: 32px !important;
    }
}

@media only screen and (min-width: 760px) {
    .bannerTextContainer h2 {
        font-size: 34px !important;
    }

    #video1 {
        width: 97vh;
        height: 55vh;
    }
}

@media only screen and (min-width: 840px) {
    #video1 {
        width: 109vh;
        height: 61vh;
    }
}

@media only screen and (min-width: 920px) {
    #video1 {
        width: 122vh;
        height: 69vh;
    }
}

@media only screen and (min-width: 1000px) {
    #video1 {
        width: 126vh;
        height: 71vh;
    }
}

@media only screen and (min-width: 1080px) {
    #video1 {
        width: 133vh;
        height: 75vh;
    }
}