.category2 {
    border-radius: 0px;
    margin: 0 0 6px;
    height: 220px;
    overflow: hidden;
    position: relative;
    text-align: center
}

.category2 a {
    border-radius: 0px;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color .15s linear
}

.category2 a:hover {
    text-decoration: none
}

.category2:hover .category-link2 {
    background-color: rgba(0, 0, 0, .5)
}

.category-content2 {
    bottom: 40px;
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-35%);
    transition: all .15s linear
}


.category-content3 .btn,
.category-content3 {
    border: 0;
    border-radius: 0;
    font-size: .9em;
    margin: 15px 0 0;
    opacity: 0;
    padding: 8px 20px;
    transition: all .15s linear;
    visibility: hidden
}

.category2:hover .category-content2 .btn,
.category2:hover .category-content2 {
    opacity: 1;
    visibility: visible
}

.category2:hover .category-content2 {
    bottom: 0
}

.category-title2 {
    color: #fff;
    display: block;
    font-size: 2.4em;
    font-weight: 600;
}

.category-subtitle2 {
    color: hsla(0, 0%, 100%, .9);
    display: block;
    font-size: 1.2em;
    margin: 0;
    white-space: nowrap
}