.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;
filter: brightness(0.7)
}
&::before {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(
to bottom,
rgba(0, 0, 0, 0.3) 0%,
rgba(0, 0, 0, 0.7) 100%
);
z-index: 1;
pointer-events: none;
} }