@media (max-width: 768px) {
    .resim {
        height: 300px !important;
    }
}

@media (min-width: 768px) {
    .resim {
        height: 700px !important;
    }
}

.ilanresim {
    height: 300px !important;
}

.danismanlar{
    max-width: 200px !important;
    max-height: 200px !important;
}