.box-11-c img
{
aspect-ratio: 1 / 1;
object-fit: contain;
width: 100% !important;
height: auto !important;
display: block;
}
.box-11 img,
.box-21 img,
.box-12 img,
.box-32 img,
.box-23 img,
.box-43 img,
.box-34 img,
.box-169 img,
.box-916 img {
object-fit: cover;
width: 100% !important;
height: auto !important;
display: block;
}
.box-11 img {
aspect-ratio: 1 / 1;
}
.box-21 img {
aspect-ratio: 2 / 1;
}
.box-12 img {
aspect-ratio: 1 / 2;
}
.box-32 img {
aspect-ratio: 3 / 2;
}
.box-23 img {
aspect-ratio: 2 / 3;
}
.box-43 img {
aspect-ratio: 4 / 3;
}
.box-34 img {
aspect-ratio: 3 / 4;
}
.box-169 img {
aspect-ratio: 16 / 9;
}
.box-916 img {
aspect-ratio: 9 / 16;
}