#slmp_geojuice{
    z-index:1;
    position:relative;
}
#xapp-widget .widget-container {
    z-index: 1000000!important;
}
.hero-slider .hero-caption-item .caption-item,
.inner-page-banner .page-banner:before{
    background-color: rgba(0, 0, 0, 0.7)!important;
}
.slmp-gallery.slmp-grid-gallery .slmp-grid-image img{
    width: 306px!important;
    height: 225px!important;
    object-fit: cover;
}
@media only screen and (max-width: 425px){
   .slmp-gallery.slmp-grid-gallery .slmp-grid-image img{
        height:auto!important;
        width: 100%!important;
   }
}