.gallery-modal img {
    cursor: pointer;
    transition: transform 0.1s ease-in-out;
}

.gallery-modal img:hover {
    transform: scale(1);
}

.btn-close-modal {
    position: absolute;
    right: 0rem;
    top: 0rem;
    z-index: 1;
    width: 2rem;
    height: 2rem;
    border-radius: 0 0 0 0.8rem;
    background-color: var(--bs-light);
    opacity: 0.8;
}