#OfferSearcher_Top_0 {
 background-size: cover;
 background-repeat: no-repeat;
 background-position: center;
 width: 100%;
 min-height: 450px;
 display: flex;
 justify-content: center;
 align-items: center;
 padding: 20px;
 position: relative;
}
En algunas ocasiones, la empresa nos envía imágenes de 1520x450 píxeles con un diseño específico para el
buscador. Sin embargo, estas imágenes a veces no se ajustan correctamente y pueden aparecer cortadas o
descentradas en la página.
#OfferSearcher_Top_0::before {
 content: "";
 display: block;
 width: 100%;
 padding-top: calc(100% * 1875 /
6334);
}
.sherlock-styles .intro::before {
 width: 0 !important;
 height: 0 !important;
}
.sherlock-styles .intro::before {
    background-color: rgba(255, 255, 255, 0) !important;
    }
 .sherlock-styles .home .img_txt::before {
    background-color: rgba(255, 255, 255, 0) !important;
    }