.album div {
  padding: 10px;
  text-align: center;
}
.album img {
  width: 100%;
  max-width: 400px;
}

.pagination {
  display: inline-block;
}
.pagination a, .pagination strong {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  border-style: none;
  border-radius: 4px;
  margin: 1px;
  display: inline-block;
  color: white;
  font-weight: 600;
}
.pagination a {
  background-color: #ff9c07;
}
.pagination a:hover {
  background-color: #ff9c07aa;
}
.pagination strong {
  background-color: #ff9c07aa;
}
@media (max-width: 575.98px) {
  .album div {
    padding: 3px !important;
  }
}