.image-thumb {
    width: 100%;
    height: auto;
    padding: 5px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    transition: transform 0.2s;
}

.image-thumb:hover {
    transform: scale(1.1);
}

.modal-content img {
    width: 100%;
}
