.middle-row {
    background-color: #f0f0f0;
}
.zoomed-item {
    /* position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    z-index: 1000;
    background-color: white;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    font-size: 1.5em;
    max-width: 100%;
    text-align: center;
    transition: 0.5s ease-out;
}

/* Hide scrollbar for Chrome, Safari and Opera */
/*.scrollbar-hidden::-webkit-scrollbar {*/
/*    display: none;*/
/*}*/

/* Hide scrollbar for IE, Edge and Firefox */
/*.scrollbar-hidden {*/
/*    -ms-overflow-style: none;  !* IE and Edge *!*/
/*    scrollbar-width: none;  !* Firefox *!*/
/*}*/

.scrollbar-hidden::-webkit-scrollbar-thumb,
.scrollbar-hidden::-webkit-scrollbar-track {
    background-color: transparent !important;
}

.scrollbar-hidden::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: transparent !important;
}