.gallery-product{
	color:#fff
}
.gallery-product img{
	width:100%;
	max-height:405px;-o-object-fit:contain;
	object-fit:contain;
	height:100%;
	margin: 0 auto;
}
.gallery-product video{
	height:100%;
	width:100%;
	-o-object-fit:cover;
	object-fit:cover
}
.gallery-product{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-align:stretch;-ms-flex-align:stretch;
	align-items:stretch;
	max-width:1215px;
	margin:0 auto
}
.gallery-product .gallery-item{
	-webkit-box-flex:1;
	-ms-flex:1 1 0px;
	flex:1 1 0;
	padding:10% 0;
	min-width:170px;
	min-height:170px;
	position:relative
}
.gallery-product a{
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	overflow:hidden
}