
.cat-klinea {
    background: url('https://farm9.staticflickr.com/8760/17195790401_ceeeafcddb_o.jpg');
    background-size: cover;
    width: 40vmin;
    height: auto;
    display: block;
}

.cat-ksummer {
    background: url('https://farm9.staticflickr.com/8760/17195790401_ceeeafcddb_o.jpg');
    background-size: cover;
    width: 40vmin;
    height: auto;
    display: block;
}

.cat-kintimates {
    background: url('https://farm9.staticflickr.com/8760/17195790401_ceeeafcddb_o.jpg');
    background-size: cover;
    width: 40vmin;
    height: auto;
    display: block;
}

.cat-klimitless {
    background: url('https://farm9.staticflickr.com/8760/17195790401_ceeeafcddb_o.jpg');
    background-size: cover;
    width: 40vmin;
    height: auto;
    display: block;
}

text {
    font-size: 5px;
    transition: font-size .4s ease-out;
    font-weight: 800;
    font-family: arial;
}

svg:hover text {
    transition: font-size .4s ease-in;
    font-size: 700px;
}