#maestro {

}

#maestro .maestro-resumen {
  padding-top: 3em;
  margin-bottom: 2em;
}

#maestro .maestro-resumen .foto {
  width: 85%;
  border-radius: 100%;
}

#maestro .trabajos .trabajos-item {
  overflow: hidden;
  height: 150px;
  margin-bottom: 1em;
}

#maestro .trabajos img {
  max-width: none;
  min-height: 100%;
  width: 100%;
}

#maestro .trabajos-list {
  position: relative;
}

#maestro .trabajos-list .item {
  float: left;
  display: block;
  width: 100%;
  margin-bottom: 2%;
  background-size: cover;
  background-position: center center;
}

#maestro .trabajos-list .item:after {
  content: '';
  display: block;
  width: 100%;
  padding-top: 100%;
}

@media screen and (min-width: 480px) {
  #maestro .trabajos-list .item {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }
}

@media screen and (min-width: 990px) {
  #maestro .trabajos-list .item {
    width: 31%;
  }
}

@media screen and (min-width: 1100px) {
  #maestro .trabajos-list .item {
    width: 23%;
  }
}