.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;
}