.design_template.gallery {
    padding:60px 0 120px 0;
}
.design_template.gallery .gallery-container {
	width: 1440px;
	margin: 0 auto;
	text-align:center
}
@media screen and (max-width: 1600px) {
 	.design_template.gallery .gallery-container {
		width: 92% !important;
	}
}

.gallery-slider-container .gallery-slider {
    width:90%;
    margin:0 auto;
}
.gallery-img { display:inline-block; width:19.4%; height: auto; vertical-align: top;padding: 5px 2px;}
.gallery-img img { width:100%;
	height:180px;
	object-fit:cover;}
