.content .gallery-wrapper-row {
  display: flex;
  justify-content: space-evenly; }
  .content .gallery-wrapper-row .thumbnail {
    width: 300px;
    height: 300px;
    padding: 7px; }
    .content .gallery-wrapper-row .thumbnail:hover img {
      object-fit: contain; }
    .content .gallery-wrapper-row .thumbnail a {
      display: block;
      width: 300px;
      height: 300px;
      background-color: #ececec; }
      .content .gallery-wrapper-row .thumbnail a img {
        width: 300px;
        height: 300px;
        object-fit: cover;
        transition: height 0.3s;
        transition: width 0.3s; }
    .content .gallery-wrapper-row .thumbnail .caption {
      font-weight: bold;
      text-align: center;
      margin-top: -24px;
      text-shadow: 0 0 4px #fff; }
