
.banner {height:500px;background: no-repeat center/100% url('../banner.jpg'); }
.foto {height:250px}
.fotoBig {height:500px}
@media (min-width: 768px) {
      .banner {
        height:500px;
      }
    }
@media (max-width: 768px) {
      .banner {
        height:300px;
      }
      .foto {height:150px}
      .fotoBig {height:350px}

    }

@media (max-width: 468px) {
      .banner {
        height:150px;
      }
    }