.col {
  padding: 10px !important;
}

.content {
  padding: 2em 0;
}

.img-caption {
  text-align: center;
  background-color: #000;
  color: #fff;
  width: 100%;
  font-size: 1.3rem;
  padding: 5px 0
}

.galeria a {
  text-decoration: none;
}

.animated-tile {
  margin-bottom: 0;
  transition: all .33s ease;
  z-index: 100;
}

.animated-tile:hover {
  transform: scale(1.05);
  z-index: 101;
  cursor: pointer;
  -webkit-box-shadow: 0 5px 20px #000;
  box-shadow: 0 5px 20px #000;
}

.img-code {
  color: black;
  font-size: 0.9rem;
  padding: 1px;
  text-align: right;
}

.frame {
  border: 2px solid black;
}