@media (min-width: 1200px) {
    .sa-material > .container {
        max-width: 80%;
    }
}

/* EN */
html[lang="en-US"] #ajaxsearchlite1 .probox, div.asl_w .probox {
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

/* section-banner-single-column */
.section-banner-single-column {
    position: relative;
    z-index: 0;

    .banner-bg-single-column {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: -1;

        img {
            position: absolute;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        &:after {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            background-color: rgba(0, 0, 0, 0.5);
        }
    }
}

p.blog-banner a {
    display: block;
}