@media screen and (min-width: 480px) {
    .t776__img {
    height: 250px;
    width: 260px;
    object-fit: cover;
    border-radius: 30px 0;
    background: white;
    border: 1px solid #000;
}
li.t397__width_16 {
    width: auto;
}
}
@media screen and (max-width: 480px) {
    .t776__img {
    height: 122px;
    width: 130px;
    object-fit: cover;
    border-radius: 30px 0;
    background: white;
    border: 1px solid #000;
}
}