.image-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

#mainImage {
    max-height: 90vh;
    width: auto;
    height: auto;
    object-fit: contain;
}

@media (min-width: 768px) {
    #mainImage {
        max-height: 95vh;
    }
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}