#images img {
 width: 200px;
 height: auto;
 object-fit: scale-down;
}

#colaboradores_holder {
 display: flex;
 flex-direction: row;
 justify-content: space-between;
 flex-wrap: wrap;
 height: 100%;
 width: 100%;
 max-width: 1600px;
 margin: 0 auto;
}

.mb_colab {
 height: auto;
 width: calc(20% - 12.5px);
 background: url('http://marcbenimeli.es/returns/img/background2.jpg');
 margin-top: 15px;
}

.colaborador {
 height: auto;
 width: calc(20% - 12.5px); 
 background: #fff;
 margin-top: 15px;
}

.colaborador_temporalfix {
 margin-right: 15px;
}

.colaborador_heading {
 height: 150px;
 width: 100%;
 padding-top: 10px;
 display: flex;
 align-items: center;
 justify-content: center;
}

.colaborador_heading img {
 height: 100%;
 width: 90%;
 object-fit: scale-down;
}

.colaborador_body {

}

.colaborador p, .colaborador h1 {
 font-family: ContentHeader, sans-serif;
 text-align: center;
 text-transform: uppercase;
 color: #444;
}

.colaborador p {
 padding-bottom: 20px;
 font-size: 14px;
 text-align: left;
 padding-left: 20px;
 padding-right: 20px;
}

.colaborador h1 {
 font-size: 24px;
 padding-top: 10px;
 padding-bottom: 10px;
 letter-spacing: 2px;
 font-weight: 100;
}

@media screen and (max-width:640px) { /* SECCION MOVIL-RESPONSIVE */

#colaboradores_holder {
 flex-wrap: wrap;
 max-width: 100%;
 margin: 0 auto;
 margin-top: 0px;
}

.mb_colab {
 height: auto;
 width: calc(50% - 7.5px);
 background: url('http://marcbenimeli.es/returns/img/background2.jpg');
}

.colaborador {
 height: auto;
 width: calc(50% - 7.5px); 
 background: #fff;
}

.colaborador_temporalfix {
 margin-right: 0px;
}

.colaborador_temporalfix:nth-child(even) {
 margin-left: 15px;
}

.colaborador_heading {
 height: 100px;
}

.colaborador p {
 font-size: 11px;
}

.colaborador h1 {
 font-size: 18px;
}

}