.grid-item {
  width: 250px;
  margin-bottom: 10px;
}
.grid-item > img {
  border-radius: 4px;
  overflow: hidden;
}

.relative {
  position: relative;
}

.loader {
  padding-left: 30px;
  padding-top: 5px;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: whitesmoke;
  z-index: 1000000;
  transition: all 0.5s;
}

.figCaption {
  padding: 2px 4px;
  font-size: 15px;
  line-height: 18px;
}

.arrow {
  font-size: 25px;
  line-height: 8px;
}
