.centered-content {
  justify-content: flex-start;
}

.gallery {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 2rem;
}

.gallery a,
.gallery a:visited {
  margin: 0.3rem 0.6rem;
  text-decoration: none;
}

.gallery img {
  width: 113px;
  height: auto;
}

.gallery img {
  border: 1px dotted #ccc;
}

.pswp__custom-caption {
  background: rgba(61, 61, 61, 0.5);
  font-size: 1rem;
  font-weight: 700;
  color: white;
  width: 100%;
  padding: 8px;
  text-align: center;
  border-top: 2px dotted #ccc;
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
}

.pswp__custom-caption a {
  color: #fff;
  text-decoration: underline;
}

.pswp-caption {
  display: none;
}