The image itself is 6024x4024. i can hide the overflow but it seems i cant get it to show the full image in the container. what im seeing is that its zoomed in on the picture.
.section1{
background-image: url(section1.jpg);
height: 600px;
width: 100%;
overflow: hidden;
object-fit: cover;
}
<section>
<div class="section1">
</div>
</section>