.gallery-heading {
  text-align: center;
  margin-top: 50px;
}

.gallerybody {
  margin: 0 auto;
  margin-top: 50px;
  max-width: 1246px;
  width: 100%;
  padding: 0 14px;
}
.gallerybody .albums {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.gallerybody .albums a {
  position: relative;
  max-width: 406px;
  width: 100%;
}
.gallerybody .albums a img {
  max-width: 406px;
  width: 100%;
  height: 300px;
}
.gallerybody .albums a p {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  bottom: 0px;
  margin: 0px;
  color: white;
  padding: 5px 13px;
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  border-radius: 10px;
}/*# sourceMappingURL=gallery.css.map */