/*--------------------------------------------------------------
 * Bloque · Fondo-Foto
 * Dos imágenes apiladas a pantalla completa (crop lateral)
 *-------------------------------------------------------------*/
.ff-fotos{
  width:100%;
}

.ff-foto{
  width:100%;
  height:65vh;                  /* alto hero; se recorta en laterales */
  background-size:cover;
  background-position:center center;
}

/* Responsive: reduce algo la altura en móviles */
@media(max-width:768px){
  .ff-foto{ height:55vh; }
}
