div .b-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 68.6vw;
}

div #img1 {
    background-image: url('../images/desktop/468D91AF.webp');
}

div #img2 {
    background-image: url('../images/desktop/P1001211.webp');
}

div #img3 {
    background-image: url('../images/desktop/P1001446.webp');
}

.text-overlay {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center; /* text vertical center */
    justify-content: center; /* text horizontal center */
    background: rgba(0, 0, 0, 0.5); /* transparent grey */
}

.text-overlay p {
    color: white;
    font-size: 1.2em;
}

.text-overlay p.main-title {
    color: white;
    font-size: 6em;
    line-height: 2.5;
    font-family: Pridi, sans-serif;
}

.text-overlay p.main-subhead {
    color: white;
    font-size: 2em;
}

@media (max-width: 800px) {
    div .b-img {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        height: 150vw;
    }

    div #img1 {
        background-image: url('../images/mobile/468D91AF-m.webp');
    }

    div #img2 {
        background-image: url('../images/mobile/P1001211-m.webp');
    }

    div #img3 {
        background-image: url('../images/mobile/P1001446-m.webp');
    }
}