.img-container img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	height: -webkit-fill-available;
	object-position: top left;
}