I believe the code snippet does not work since the images are stored on my physical computer however the problem is I have a very small space. This is an image:
.front-image {
position: relative;
width: 1600px;
height: 500px;
left: 0px;
top: 0px;
}
.front-image2 {
position: relative;
width: 1600px;
height: 337px;
left: 0px;
background: #162F1A;
}
<div class="kqmjdmqs">
<img class="front-image" src="rename.png" alt="front-fountain">
<div class="front-image2"></div>
</div>