.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

/* category */
.cate-img span{
    text-transform: capitalize;
    display: inline-block;
    margin-top: 15px;
    color: #bcbcbc;
    transition: .3s ease;
}
.cate-img span:hover{
    color: #c70a0a;
}
.cate-img {
    text-align: center;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 14px;
    background-color: #c70a0a;
    color: #fff;
    padding: 8px 12px;
    transition: .3s ease;
    border-radius: 5px;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    bottom:0;
    max-width: 120px;
    margin: 0 auto;
    opacity: 0;
}
.catbo:hover .cate-img{
    opacity: 1;
    transform: translateY(-85px) rotateX(360deg);
}
.catbo .cate-img:hover{
    background-color: #000;
    color: #fff;
}
.catbo img{
    width: 90%!important; height:170px;
}
.catbo {
    transition: .3s ease;  
    margin: 0 auto;
    border-radius: 5px;
    border: 1px solid #d5d4d4;
    position: relative;
    padding: 10px 0;
    width: 11.1%;
    height:200px;
    float: left;
}


@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {

.catbo {
    transition: .3s ease;  
    margin: 0 auto;
    border-radius: 5px;
    border: 1px solid #d5d4d4;
    position: relative;
    padding: 10px 0;
    width: 50%;
    height:200px;
    float: left;
}

}
