.mdb-lightbox figure img {
    cursor: zoom-in;
    border-radius: 0;
    transition: opacity .4s;
}

.img-fluid:hover {
  zoom: 1;
  filter: alpha(opacity=50);
  opacity: 0.8;
}

figure{
	
}

.img-fluid{
	padding-top: 15px;
	max-width: 100%;
    height: auto;
}

.pswp img {
    max-width: none;
    object-fit: contain;
}

.pswp__caption__center{
	text-align: center;
}