.styble-gallery {
    &-item{
        &-img{
            width: 100%;
        }
        &-caption{
            font-size: 15px;
            text-align: center;
            margin-top: -5px;
            display: block;
        }
    }
}