.layout-container {
    max-width: 1100px;
    padding: 0;
}
.search__content h1 {
    display: none;
}
.feed-item.juicer .j-text,
.juicer-feed h1.referral {
    display: none!important;
}
.feed-item.juicer a img {
    opacity: 0;
}
.juicer-feed li.feed-item.juicer::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 1000;
    background: url(/themes/theme_havre/logo.svg) no-repeat 50% 50%;

}