 
#panorama_stacks_in_2 {
    height: clamp(200px, 500px, 90vh);
    overflow-x: scroll;
    overflow-y: hidden;
    display: flex;
    flex-wrap: nowrap;
    scroll-snap-type: none;
}

#panorama_stacks_in_2 img {
    height: 100%;
    width: auto;
    max-width: none;
}


