body .equipe-cols .fusion-row {
    max-width: 312px !important;
}
body .equipe-cols .fusion-imageframe {
    margin-right: 0 !important;
}

@media screen and (min-width: 1295px) {
    .team-contacts {
        text-align: right;
    }
}
.team-name {
	font-size: 16px;
    font-weight: bold;
	text-transform: uppercase;
    font-family: museo !important;
}
.team-job {
	font-size: 16px;
}
.team-skills {
	text-transform: uppercase;
	font-weight: bold;
    font-size: 13px;
}
.team-text {
    font-size: 14px;
}
.team-icons {
    display: inline-block;
}
.team-icons a {
    background: #e21017;
    display: inline-block;
    padding: 4px 8px;
    color: #fff;
}
.team-icons a:hover {
    background: #333;
    color: #fff !important;
}
