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