.lists {
    --pd: 20px;
    --mt: 20px;
    margin: 5% 0;
}

.lists .img {
    padding-bottom: 33%;
}

@media screen and (max-width:1366px) {
    .lists .img {
        padding-bottom: 68%;
    }
}

@media screen and (max-width:950px) {
    .lists .img {
        padding: 0;
        height: auto;
    }

    .lists .img img {
        position: unset;
    }
}