img{
    max-width: 100%;
}
/* .container {
    max-width: 1000px;
    margin: 2rem auto;
} */

.gallery-box {
    display: flex;
    flex-direction: column;
    width: 100%;
    display: block;
}
.zoomed-image{
    height: 600px;
    width: 100%;
    display: block;
    width: 100%;
    max-width: 500px;
}
.thumbs {
    display: flex;
    justify-content: center;
    align-items: flex-end;
 
    flex-direction: column;
  
   
}

.thumbs img {
    width: 100%;
    height: 120px;
    padding: 0px 0px;
 object-fit: contain;
}

@media(max-width:991px){

    .thumbs{
        padding-right: 6px;

    }

    .thumbs img{

        height: 88px;
    }
}