.uc-about img {
    height: calc(100vh - 90px);
}
.uc-about {
    font-size: 3vh;
}


.t228__list_item:hover {
    transform: scale(1.05);
    transition: 0.5s;
}

.t-btn:hover {
    transform: scale(1.05);
    transition: 0.5s;
}

.t396__filter a:hover {
    transform: scale(1.05);
    transition: 0.5s;
}

@media (max-width: 960px){
    .uc-about img {
        display: none
    }

    
}