body {
    /* padding-top: 70px; */
}

@media screen and (max-width: 767px) {
    .modeli {
        width: 60%;
    }
}

.modeli:hover {
    filter: grayscale(0.9);
    transform: scale(1.2);
    transition: transform .3s;
}

tbody > tr:hover {
    background-color: #389fe3;
}