body {
  background-color: #252024;
    color: white;
  min-height: 100vh;
  font: normal 20px 'Roboto',sans-serif;
  padding: 40px 0; }

.container.gallery-container {
  background-color: #fff;
  color: #ffffff;
  min-height: 100vh;
  padding: 30px 50px; }

.gallery-container h1 {
  text-align: center;
  margin-top: 50px;
  font-weight: bold; }

.gallery-container p.album-description {
  text-align: center;
  margin: 25px auto;
  font-size: 18px;
  color: #999; }

.tz-gallery {
  padding: 40px; }

/* Override bootstrap column paddings */
.tz-gallery .row > div {
  padding: 2px; }

.tz-gallery .lightbox img {
  width: 100%;
  border-radius: 0;
  position: relative; }

.tz-gallery .lightbox:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  opacity: 0;
  color: #fff;
  font-size: 26px;
  font-family: 'Font Awesome 5 Pro';
  content: '\f002';
  pointer-events: none;
  z-index: 9000;
  transition: 0.4s; }

.tz-gallery .lightbox:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(46, 132, 206, 0.7);
  content: '';
  transition: 0.4s; }

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
  opacity: 1; }

.baguetteBox-button {
  background-color: transparent !important; }

@media (max-width: 768px) {
  body {
    padding: 0; } }

/*# sourceMappingURL=test.css.map */
.albums .album-card {


}
.albums .album-card .lightbox img, .video-card img {
  width: 100%;
  border-radius: 0px;
  position: relative;
}
.albums .album-card .captions, .video-caption{
  position: absolute;
  top: 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  width: 100%;
    color: #fff;
}
.albums .album-card .captions .title {
  font-weight: bold;
  font-size: 2rem;
}
.albums .album-card .captions .album-date, .video-title {
  font-size: 1rem;
}
