.img-aspect-ratio-wrapper {
	width: 400px;
	height: 0;
	padding-bottom: 75%;
	position: relative;
	overflow: hidden;
}

.img-aspect-ratio {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
