
.wis-webiranslider{position:relative;overflow:hidden}
.wis-webiranslider img{width:100%;height:100%;object-fit:cover}
.wis-caption{
position:absolute;
 bottom:15px;       /* پایین اسلاید */
 left:50%;           /* وسط افقی */
 transform: translateX(-50%); /* برای وسط دقیق */
 background:rgba(0,0,0,.6);
 color:#fff;
 padding:8px 15px;
 border-radius:6px;
 text-align:center;   /* متن وسط */
}

