.pambs-gal:not(.active){
    display:none !important;
}
.pambs-gal figure{
    margin:0 !important;
    padding:0 !important;
}
.pambs-gal{
    position:relative;
}
.pambs-gal::after{
    content:'';
    right:0;
    top:0;
    bottom:0;
    width:20%;
    position:absolute;
    z-index:2;
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0.25) 30.29%, rgba(3, 74, 137, 0) 100%);
    pointer-events:none;
}