.bds-gallery{
margin-bottom:30px;
}

.bds-main img{
width:100%;
border-radius:8px;
cursor:pointer;
}

.bds-thumbs{
display:flex;
flex-wrap:wrap;
margin-top:10px;
}

.bds-thumbs img{
width:90px;
height:70px;
object-fit:cover;
margin-right:8px;
margin-bottom:8px;
cursor:pointer;
border-radius:4px;
opacity:0.8;
}

.bds-thumbs img:hover{
opacity:1;
}