.construct-gallery-wrap {
	overflow: hidden;
	width: 100%;
	height: 480px;
	position: relative;
	margin: 0 auto;
}
.construct-gallery-wrap .construct-gallery-wrap-2 {
	position: absolute;
	width: 150%;
	left: -25%;
}
.construct-gallery-wrap .gallery {}
.construct-gallery-wrap .gallery .image{
	text-align: center;
	height: 480px;
}
.construct-gallery-wrap .gallery .image a{display:block;}
.construct-gallery-wrap .gallery .image img {
	height: auto;
	display: inline-block;
	max-width: 100%;
	max-height: 350px;
}
.construct-gallery-wrap .lSAction a {
	background-color: rgba(255, 255, 255, 0.1);
	height: 100%;
	top: 15px;
	background-image: none;
	width: 15%;
}
.construct-gallery-wrap .gallery .signature {
	max-width: 500px;
	margin-top: 16px;
	display:none;
}
.construct-gallery-wrap .gallery .active + .image .signature {
	display: inline-block;
	}

.construct-gallery-wrap .lSAction .lSPrev {left:15%}
.construct-gallery-wrap .lSAction .lSNext {right:15%}

.static-gallary {
	display: flex;
	justify-content: space-around;
}
.static-gallary .item {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-right: 15px;
}
.static-gallary .item .img{max-width: 100%;}
.static-gallary .item .img a{max-width: 100%;}
.static-gallary .item .img img{
	max-height: 350px;
	max-width: 100%;
}
.static-gallary .item .signature{
	max-width: 500px;
	margin-top: 16px;
}

