.termek_kategoriak_box {
    margin-top: 60px;
}

.termek_kategoria_block, .termek_kategoria_block:hover, .termek_kategoria_block:active, .termek_kategoria_block:focus {
    width: 100%;
    display: block;
    background-size: cover;
    background-position: center center;
    position: relative;
    margin-bottom: 30px;
    border: 2px solid var(--border_szin);
    height: 350px;
    box-shadow: 4px 4px 3px rgba(0,0,0,0.2);
}
.termek_kategoria_block:hover {
    box-shadow: 8px 8px 3px rgba(0,0,0,0.2);
}

@media(min-width: 768px) {
    .termek_kategoria_block, .termek_kategoria_block:hover, .termek_kategoria_block:active, .termek_kategoria_block:focus {
        height: 345px;
    }
}
@media(min-width: 992px) {
    .termek_kategoria_block, .termek_kategoria_block:hover, .termek_kategoria_block:active, .termek_kategoria_block:focus {
        height: 212px;
    }
}
@media(min-width: 1200px) {
    .termek_kategoria_block, .termek_kategoria_block:hover, .termek_kategoria_block:active, .termek_kategoria_block:focus {
        height: 262px;
    }
}

.termek_kategoria_felirat {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    text-align: center;
    background: rgba(255,255,255,0.9);
    color: #000;
    border-top: 2px solid var(--border_szin);
}