﻿.kucuk-roportaj-resim {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 8px;
}

@media (max-width: 767px) {
    .kucuk-roportaj-resim {
        width: 100%;
        height: 96px;
    }
}
