/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 30 2021 | 12:12:39 */
.category-galeries-photos {
	padding-top: 3em;
}
.gallery {
	display: flex !important;
	flex-wrap: wrap;
	margin: 50px auto !important;
}
.gallery-item{
	padding: 2px !important;
	margin: 0px !important;

}
.gallery-item a{
	height: 145px !important;
	display: block;
}
.gallery-item img{
	width: 145px;
	height: 145px;
	object-fit: cover;
}
.gallery-item img:hover{
	transform: scale(1.2);
	transition: .1s;
	box-shadow: rgba(100, 100, 111, 0.5) 0px 0px 20px 0px;
}
.gallery-caption {
	display: none;
}