.jumbotron-main {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0% 50%;
    border-bottom: 10px solid #0062b0;
}

.jumbotron-main--homepage {
    min-height: 250px;
}

@media (min-width: 576px) {
    .jumbotron-main--homepage {
        min-height: 400px;
    }
}

.jumbotron-main--category {
    min-height: 200px;
}

@media (min-width: 576px) {
    .jumbotron-main--category {
        min-height: 400px;
    }
}

.jumbotron-main__headline {
    font-size: 1.75rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #000;
}

@media (min-width: 576px) {
    .jumbotron-main__headline {
        font-size: 3rem;
    }
}

.jumbotron-main__description {
    font-weight: 500;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    margin-bottom: 0;
}

.jumbotron-main__strapline {
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}

.jumbotron-main__link, .jumbotron-main__link:hover {
    color: #fff;
    font-weight: 600;
    text-shadow: 1px 1px 1px #000;
}

/* Added EL - 16 August 2022*/
.jumbotron-main--homepage{
    min-height: 31vw;
    background-size: 100%;
    background-position: top center;
}


@media only screen and (max-width: 399px) and (min-width : 176px) {
    .jumbotron-main__headline{
        font-size: 1.1em;
    }
    .jumbotron-main__link, .jumbotron-main__link:hover{
        font-size: 0.8em;
    }
}