html
<div class="box">
  <img src="image.jpg" alt="">
</div>
css
.box{width: 823px; height: 511px;}
 .box img{width: 100%; height: 100%; object-fit: cover;}