item isimli divin içine bir backgroud resim ekleyebilirsin sonra css le boyutlandırısın

<div class="item" style="background-image: url(https://picsum.photos/700/400);">
</div>
.item{
height: 823px;
width:511px;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}