.demo-gallery {
    /*margin: 20px auto;*/
    background-color: #ccc;
    /*width: 360px;*/
    text-align: center;      
}

.demo-gallery a {
	display: block;
	float:left;
	margin: 0 12px 12px 0;
	line-height: 0;
}

.demo-gallery img {
	max-width: auto;
	max-width: 100%;
	height: auto;
	border: 0;
	margin: 0px -5px 12px 0;
}

.demo-gallery figure {
	display: none;
}

/* PARA A IMAGEM NÃO TER SUAS DIMENSÕES ALTERADAS, MESMO QUE SEJAM PASSADAS*/

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

.pswp__img--placeholder--blank{     display: none !important; }