.mdv-fm-module .mdv-fm-team-card__photo,
.mdv-fm-module .mdv-fm-team-detail-card__photo,
.mdv-fm-module .mdv-fm-player-card__image,
.mdv-fm-module .mdv-fm-player-profile__image,
.mdv-fm-module .mdv-fm-player-detail-card__image,
.mdv-fm-module .mdv-fm-staff-card__image,
.mdv-fm-module .mdv-fm-staff-profile__image,
.mdv-fm-module .mdv-fm-tournament-card__image,
.mdv-fm-module .mdv-fm-gallery__image,
.mdv-fm-module .mdv-fm-news-card__image,
.mdv-fm-module .mdv-fm-top-scorers__image,
.mdv-fm-module .mdv-fm-player-statistics__image,
.mdv-fm-module .mdv-fm-club-hero__logo,
.mdv-fm-module .mdv-fm-team-card__logo,
.mdv-fm-module .mdv-fm-team-detail-card__logo,
.mdv-fm-module .mdv-fm-player-card__team-logo,
.mdv-fm-module .mdv-fm-player-profile__team-logo,
.mdv-fm-module .mdv-fm-player-detail-card__team-logo,
.mdv-fm-module .mdv-fm-match-card__logo,
.mdv-fm-module .mdv-fm-latest-matches-mini__logo,
.mdv-fm-module .mdv-fm-feature-team__logo,
.mdv-fm-module .mdv-fm-match-sponsor__logo,
.mdv-fm-module .mdv-fm-table__team-logo,
.mdv-fm-module .mdv-fm-sponsor-card__logo,
.mdv-fm-module .mdv-fm-sponsor-showcase__logo,
.mdv-fm-module .mdv-fm-form-curve__logo {
    display: inline-flex;
    max-width: 100%;
}

.mdv-fm-team-card__photo,
.mdv-fm-team-detail-card__photo,
.mdv-fm-player-card__image,
.mdv-fm-player-profile__image,
.mdv-fm-player-detail-card__image,
.mdv-fm-staff-card__image,
.mdv-fm-staff-profile__image,
.mdv-fm-tournament-card__image,
.mdv-fm-gallery__image,
.mdv-fm-news-card__image,
.mdv-fm-top-scorers__image,
.mdv-fm-player-statistics__image,
.mdv-fm-club-hero__logo,
.mdv-fm-team-card__logo,
.mdv-fm-team-detail-card__logo,
.mdv-fm-player-card__team-logo,
.mdv-fm-player-profile__team-logo,
.mdv-fm-player-detail-card__team-logo,
.mdv-fm-match-card__logo,
.mdv-fm-latest-matches-mini__logo,
.mdv-fm-feature-team__logo,
.mdv-fm-match-sponsor__logo,
.mdv-fm-table__team-logo,
.mdv-fm-sponsor-card__logo,
.mdv-fm-sponsor-showcase__logo,
.mdv-fm-form-curve__logo {
    transition: opacity 180ms ease, transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.mdv-fm-team-card__photo:hover,
.mdv-fm-team-detail-card__photo:hover,
.mdv-fm-player-card__image:hover,
.mdv-fm-player-profile__image:hover,
.mdv-fm-player-detail-card__image:hover,
.mdv-fm-staff-card__image:hover,
.mdv-fm-staff-profile__image:hover,
.mdv-fm-tournament-card__image:hover,
.mdv-fm-gallery__image:hover,
.mdv-fm-news-card__image:hover,
.mdv-fm-top-scorers__image:hover,
.mdv-fm-player-statistics__image:hover,
.mdv-fm-club-hero__logo:hover,
.mdv-fm-team-card__logo:hover,
.mdv-fm-team-detail-card__logo:hover,
.mdv-fm-player-card__team-logo:hover,
.mdv-fm-player-profile__team-logo:hover,
.mdv-fm-player-detail-card__team-logo:hover,
.mdv-fm-match-card__logo:hover,
.mdv-fm-latest-matches-mini__logo:hover,
.mdv-fm-feature-team__logo:hover,
.mdv-fm-match-sponsor__logo:hover,
.mdv-fm-table__team-logo:hover,
.mdv-fm-sponsor-card__logo:hover,
.mdv-fm-sponsor-showcase__logo:hover,
.mdv-fm-form-curve__logo:hover {
    opacity: var(--mdv-fm-media-hover-opacity, 1);
    transform: var(--mdv-fm-media-hover-transform, none);
}
