.ktk-block-category {
    width: 100%;
}
@media screen and (max-width: 768px) {
    .ktk-block-category {
        margin-bottom: 1.5em;
    }
}
.ktk-block-category__link {
    width: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    box-sizing: border-box;
    overflow: hidden;
}
.ktk-block-category__thumbnail {
    width: 100%;
    background-position: center;
    background-size: cover;
}
@media screen and (min-width: 769px) {
    .ktk-block-category__thumbnail {
        padding-top: 100%;
    }
}
@media screen and (max-width: 768px) {
    .ktk-block-category__thumbnail {
        padding-top: 100%;
    }
}
.ktk-block-category__title {
    transition: .2s ease;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 900;
    line-height: 2.5em;
}
.ktk-block-category__link:hover .ktk-block-category__title{
    background-color: #026bb2;
    color: white;
}
@media screen and (max-width: 768px) {
    .ktk-category-main-container {
        margin-bottom: 0 !important;
        justify-content: center;
    }
}

#wpcontent .ktk-block-category__link {
    pointer-events: none;
}