.full-width-image {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    overflow-y: auto;
}

.scrollable-container {
    overflow-y: auto; /* Enable vertical scrolling */
    max-height: 500px; /* Adjust this value to your desired container height */
}

::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}