.fotoGaleria-box{
  width:100%;
      height:280px;
      overflow:hidden;
  }
  .fotoGaleria-box img{
      width:100%;
  object-fit:cover;
      aspect-ratio: 16/9;
  }

  label {
    margin-bottom: 0;
  }