<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Hiding Title in fr-de for customer view */

#block-axway2020-views-block-customers-customer-block&gt;h2, .browse-case {
    display: none;
}

/* Hero banner adjustment */

body.path-frontpage #hero {
    background-position: center;
    background-color: #fff !important;
    background-repeat: no-repeat;
    background-size: contain !important;
}

body.path-frontpage #customer h2 {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
    max-width: 100%;
}

#features {
    display: none;
}

.media-library-item .media-library-item__preview .field img {
    object-fit: contain !important;
}</pre></body></html>