.object-fit-cover {
    object-fit: cover;
}

.object-fit-contain {
    object-fit: contain;
}

.m-n4 {
    margin: -1.5rem !important;
}

.m-n5 {
    margin: -3rem !important;
}

.z-5 {
    z-index: 5;
}

.img-background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.img-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bg-cover {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-contain {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.gx-1 .container,
.gx-1 .container-xl {
    --bs-gutter-x: .25rem;
}

.gx-2 .container,
.gx-2 .container-xl {
    --bs-gutter-x: .5rem;
}

.gx-3 .container,
.gx-3 .container-xl {
    --bs-gutter-x: 1rem;
}

.gx-4 .container,
.gx-4 .container-xl {
    --bs-gutter-x: 1.5rem;
}

.gx-5 .container,
.gx-5 .container-xl {
    --bs-gutter-x: 3rem;
}

@media (min-width: 768px) {
    .ratio-md-1x1 {
        --bs-aspect-ratio: 100%;
    }
}