/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 14 2026 | 10:44:00 */
/* Questo colpirà solo i widget che hanno la classe "mio-team-img" */
.mio-team-img img {
    width: 270px !important;
    height: 270px !important;
    object-fit: cover;
}

/* Gestione responsive per la classe specifica */
@media (max-width: 767px) {
    .mio-team-img {
        margin-bottom: 20px;
    }
}