@media (min-width: 100em){
    #agentsPage .agent .agent-wrapper .agent-image-wrapper .agent-image {
    min-width: 200px;
    min-height: 200px;
    }
}

#agentsPage .agent .agent-wrapper .agent-image-wrapper .agent-image{
    max-width: 200px;
max-height: 200px;
}

#marketStories .slider-row .market-stories-swiper .post-card .post-card-wrapper .post-card-image{
    margin-bottom: 20px;
}