.lg-backdrop{
	background-color: rgba(242, 245, 240, 0.8);
}
.lg-toolbar .lg-icon{
	color:#fff;
}

#gallery{
	display:flex;
	flex-wrap:wrap;
}

#gallery a{
	display:block;
	box-sizing:border-box;
	border:solid 1px #f2f5f0;
	width:20%;
}

@media screen and (max-width: 950px) {
	#gallery a{
		width:calc(100% / 3);
	}
}

#gallery a img{
	display:block;
	width:100%;
	height:auto;
}