.gallery-item .stretched-link:hover::after {
  background-color: rgba(255,255,255,0.25);
}

.gallery-type {
  margin-bottom: 0;
}

.gallery-link {
  display: block;
  color: #fff;
  background-color: #191816;
  text-align: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  letter-spacing: 0.5rem;;
}

.gallery-image {
  position: relative;
}

.gallery-image:hover::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.25);
}

.gallery-image .embed-responsive-item {
  object-fit: cover;
}

.gallery-image .gallery-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  padding: 0.25rem 1rem;
  border: 2px solid #fff;
  white-space: nowrap;
}

.gallery-object-name {
  font-size: 1rem;
}

.gallery-object-name::before {
  content: '■';
  color: #4c95b0;
}
