/*=====================================================
  resultsPhotoList
=====================================================*/
.resultsPhotoList figure {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
}
@media print, screen and (min-width: 1280px) {
  .resultsPhotoList figure:hover a img {
    transform: scale(1.1);
  }
}
.resultsPhotoList figure a {
  width: 100%;
  margin: 0 0 16px 0;
  padding: 0;
  display: block;
  overflow: hidden;
}
@media print, screen and (min-width: 1280px) {
  .resultsPhotoList figure a img {
    transition: all 0.2s;
  }
}
.resultsPhotoList figure figcaption {
  margin: 0 0 40px 0;
  padding: 0;
  display: block;
  font-size: 16px;
  font-size: 0.8888888889rem;
  line-height: 1.6;
}
@media print, screen and (min-width: 1280px) {
  .resultsPhotoList figure figcaption {
    font-size: 18px;
    font-size: 1rem;
  }
}