
height: 100% instead of 
aspect-ratio: 1/1;object-position: top; <div class="central">
<img src="assets/love-dress-white-04.jpeg" class="pic" alt="belle dame">
</div>.pic{
width: 100%;
aspect-ratio: 1 / 1;
object-fit: cover;
}
img{
max-width: 100%;
display: block;
}overflow:hidden;