/* i want space around */
/* i want space around */

:root {
    --space: 1rem !important;
}

.img-fluid {
    margin: var(--space);
}

.img {
    object-fit: cover !important;
    height: 100% !important;
    aspect-ratio: 16/9 !important;
}