.small-text .text-style-1 {
    font-size: 0.6em!important;
    line-height: 1em!important;
}
.center-mid{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 20px;
    margin-bottom: 0;
    width: 88%;
    text-align: center;
    background-color: #ffffff94;
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
    transition: all 0.4s ease-in-out;
}
.category-slider .item:hover .center-mid{
    opacity: 0;
    transition: all 0.4s ease-in-out;
}