.sen-photo-album-item-wrapper {
  width: 100%;
  height: 280px;
  margin-bottom: 20px;
}
.sen-photo-album-item-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.65s ease;
}
.sen-photo-album-item-image:hover {
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.25);
  z-index: 999;
  transform: scale(1.02);
}
.sen-photo-album-page .btn {
  margin-bottom: 16px;
}

.sen-photo-gallery-item {
  text-decoration: none;
  color: black;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  display: block;
}
.sen-photo-gallery-item:not(:last-of-type) {
  border-bottom: 1px solid #bbb;
}
.sen-photo-gallery-item:hover {
  color: black;
  text-decoration: underline;
}
.sen-photo-gallery-item-image-wrapper {
  width: 100%;
  height: 300px;
}
.sen-photo-gallery-item-image-wrapper > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
