#container {
  position: relative;
  width: 100%;
}

.item {
  position: absolute;
  box-sizing: border-box;
  transition: top 0.3s ease, left 0.3s ease;
  text-align: center;
}

.item img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.item p {
  margin: 0;
  padding: 0;
  font-size: 0.9em;
}/*# sourceMappingURL=masonry.css.map */