#HeaderLogoSearch img, #HeaderLogoMobile, #HeaderLogoHome {
    width: 150px;
}

#HeaderLogoSearch {
    position: relative;
    bottom: 0.375rem;
}

.swiper-estate-agents img {
    filter: grayscale(1);
}

.swiper-estate-agents img:hover {
    filter: none;
}

.new-feature-notification {
    background: rgba(76, 103, 122, 0.1);
}

#FooterLogo {
    position: relative;
    bottom: 1.5rem;
}

@media(min-width: 1536px){
    #FooterLogo {
        bottom: 3rem;
    }
}