
@media (min-width: 900px) and (max-width: 1100px) {
    .nobel {
        height: 430px;
    }
    .nobel-img {
        height: 100px;
    }
    .overme {
        overflow:hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
    }
}

@media (min-width: 1101px) and (max-width: 1200px) {
    .nobel {
        height: 370px;
    }
    .nobel-img {
        max-height: 110px;
    }
    .overme {
        overflow:hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
    }
}
@media (min-width: 1201px) and (max-width: 1300px) {
    .nobel {
        height: 500px;
    }
}

@media (min-width: 1301px) and (max-width: 1400px) {
    .nobel {
        height: 450px;
    }
}

@media (min-width: 1401px) and (max-width: 1550px) {
    .nobel {
        height: 400px;
    }
}

@media (min-width: 1551px) and (max-width: 1710px) {
    .nobel {
        height: 350px;
    }
}
@media (min-width: 1711px) {
    .nobel {
        height: 300px;
    }
}
