Full width image in a max width container
.full-bleed {
object-fit: cover;
max-width: none;
width: 100vw;
position: relative;
inset: 0 50%;
margin-inline: -50vw;
}
Original Source: Full Bleed CSS Tricks
.full-bleed {
object-fit: cover;
max-width: none;
width: 100vw;
position: relative;
inset: 0 50%;
margin-inline: -50vw;
}
Original Source: Full Bleed CSS Tricks