.thm-jumbotron {
    display: block;
    min-height: 120px;
    background-image: url(/javax.faces.resource/jumbotron-1.jpg.orgn?ln=images);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    transition: 0.5s;
}
@media (prefers-reduced-motion: reduce) {
    .thm-jumbotron {
        transition: none;
    }
}
.mm-active .thm-jumbotron {
    /*transform: translateX(440px);*/
}
@media (max-width: 767.98px) {
    .mm-active .thm-jumbotron {
        /*transform: translateX(300px);*/
    }
}
@media (max-width: 575.98px) {
    .mm-active .thm-jumbotron {
        /*transform: translateX(270px);*/
    }
}
@media (min-width: 1921px) {
    .thm-jumbotron {
        height: 200px;
    }
}
@media (max-width: 991.98px) {
    .thm-jumbotron {
        display: none;
    }
}
.thm-jumbotron::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2));
}
