/* Original size classes */
.size-180px {
    width: 180px !important;
    height: 180px !important;
}

.size-md-280px {
    width: 180px !important;
    height: 180px !important;
}

@media (min-width: 768px) {
    .size-md-280px {
        width: 280px !important;
        height: 280px !important;
    }
}

.profile-photo-img {
    object-fit: cover;
    border-radius: 8px !important;
}

.profile-photo-wrapper {
    overflow: hidden;
    border-radius: 8px !important;
}

/* Fix for member card */
.border.border-primary.rounded-lg {
    border-radius: 13px !important;
    overflow: hidden;
}