<!DOCTYPE html><style>
* {
border: 1px solid white;
}
html {
background: black;
}
body {
position: absolute;
width: 500px;
height: 100px;
background: maroon;
}
img {
max-width: 100%;
}
.image-container {
position: absolute;
background: green;
left: 250px;
}
</style><body><div class="image-container"><img src="img.webp">