.banner-linea-producto {
position: relative;
max-width: 100% !important;
height: 380px;
overflow: hidden;
display: block;
margin: 0 !important;
img{
display:block;
width: 100% !important;
height: 100%;
object-fit: cover;
object-position: center; }
&::before {
content: '';
position: absolute;
inset: 0; z-index: 1;
pointer-events: none;
} } @media (max-width: 768px) {
.banner-linea-producto{ 
height: 300px;
}
}