div.gallery {
  margin: 10px auto;
  cursor: pointer;
  width: 100%;
  max-width: 330px;
  height: 315px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 50px;
}

div.gallery img {
  max-width: 100%;
  max-height: 265px;
  margin: auto;
}

div.desc {
  height: 50px;
  padding: 5px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-top: 1px solid #bfbfbf;
}

.gallery-column {
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.gallery-column > .grupo-cuadros {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

