.rh-main-gallery img{
width:100%;
height:auto;
display:block;
border-radius:10px;
}
.rh-thumbs-gallery{
margin-top:15px;
}
.rh-thumbs-gallery img{
width:100%;
height:90px;
object-fit:cover;
cursor:pointer;
border-radius:6px;
}
.rh-thumbs-gallery .swiper-slide{
opacity:.5;
}
.rh-thumbs-gallery .swiper-slide-thumb-active{
opacity:1;
}
.rh-main-gallery{
margin-bottom:15px;
}
.rh-main-gallery .swiper-button-prev,
.rh-main-gallery .swiper-button-next {
width: 48px;
height: 48px;
background: rgba(255,255,255,.85);
border-radius: 50%;
color: #1f3a5f !important;
box-shadow: 0 2px 10px rgba(0,0,0,.2);
}
.rh-main-gallery .swiper-button-prev:after,
.rh-main-gallery .swiper-button-next:after {
font-size: 18px;
font-weight: 700;
}