.album-group-title {
  font-weight: bold;
  text-align: center;
  margin-top: 60px;
}
.album {
  cursor: pointer;
  width: 24.5% !important;
  height: 250px;
  margin-top: 30px;
}
.album:hover img {
  box-shadow: 0 0 0 1px black;
}
.album img {
  object-fit: cover;
  width: 100%;
  height: 70%;
  border-radius: 5px;
}
.album .album-title {
  text-align: center;
  line-height: 120%;
  padding-top: 2px;
}
@media (max-device-width: 767px) {
  .album {
    width: 50% !important;
    margin-left: 0 !important;
    margin-right: 7px;
    padding-left: 0 !important;
  }
}
