#imageCarousel .carousel-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  opacity: 0.8;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 53.85%, #081943 100%);
  pointer-events: none;
}
#imageCarousel .carousel-caption:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  opacity: 0.8;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 53.85%, #081943 100%);
  pointer-events: none;
}
#imageCarousel img {
  width: 480px;
  height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
}

.masonry-grid {
  overflow-x: hidden;
  flex-direction: column;
}
.masonry-grid img.static, .masonry-grid img.standard {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=lightupqld.css.map */