#image-container {
    width: 100%;
    max-width: 500px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

#main-image {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: cover;
}

.thumb {
    width: 80px;
    height: 80px;
    cursor: pointer;
}

