.members .zoneImg img{
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 20px;
}

/* Mobile */ 
@media (max-width: 769px) {
}