.page-works-intro {
	/*background-color: #f5f5f5;*/
	font-size: 20px;
	line-height: 1.4;
	padding-bottom: 35px;
	padding-top: 160px;
	text-align: center;
}
.page-works-intro .section-title {
    color: #1d232a;
    font-size: 3.3em;
    height: auto;
    line-height: 1.25;
    margin: 20px auto;
    min-height: 0;
}
.page-works-intro hr {
	background-color: #f4d631;
	border: none;
	height: 2px;
	margin: 20px auto 45px;
	max-width: 200px;
}
.page-works-intro .section-intro-text {
	margin: auto;
	max-width: 570px;
	opacity: 0.6;
}

.works-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.works-list-item.scrollable {
	-webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
	-moz-transition: opacity 0.5s, -moz-transform 0.5s;
	-o-transition: opacity 0.5s, -o-transform 0.5s;
	-ms-transition: opacity 0.5s, -ms-transform 0.5s;
	transition: opacity 0.5s, transform 0.5s;
	opacity: 0;
	-moz-transform: translate(0, 100px);
	-webkit-transform: translate(0, 100px);
	-o-transform: translate(0, 100px);
	-ms-transform: translate(0, 100px);
	transform: translate(0, 100px);
	will-change: transform, opacity;
}
.works-list-item.scrollable.active {
	opacity: 1;
	-ms-filter: none;
	filter: none;
	-moz-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}
.works-list-item > a,
.works-list-item > span {
	color: #fff;
	display: block;
	font-size: 20px;
	line-height: 1.4;
	margin: 40px auto;
	min-height: 210px;
	overflow: hidden;
	position: relative;
	text-align: center;
	text-decoration: none !important;
}
.works-list-item > a:before,
.works-list-item > span:before {
	content: '';
	display: block;
	padding: 36.8% 0 0;
}
.text-left > .item-description {
	right: auto;
	left: 0;
}
.text-black > .item-description {
	color: #000;
}
.works-list-item .item-image {
	height: 100%;
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}
.works-list-item .item-description {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	width: 50%;
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.works-list-item .item-title {
	display: block;
	font-size: 66px;
	font-size: 3em;
	line-height: 0.9;
	margin: 0 auto 0.5em;
}
.works-list-item .item-text {
	display: block;
	margin: auto;
	max-width: 550px;
	font-size: 1em;
}
.works-list-item.text-left .item-description {
	right: auto;
	left: 0;
}


@media only screen and (max-width: 1100px) {
	.works-list-item > a, .works-list-item > span {
	    font-size: 18px;
	}
	.works-list-item > a:before, .works-list-item > span:before {
		padding: 40% 0 0;
	}
	.works-list-item .item-title {
		font-size: 2.8em;
	}
}
@media only screen and (max-width: 750px) {
	.works-list-item > a, .works-list-item > span {
		font-size: 16px;
		margin: 10px auto;
	}
	.works-list-item .item-title {
		font-size: 2.5em;
	}
}
@media only screen and (max-width: 620px) {
	.page-works-intro {
	    font-size: 4vw;
	    padding-top: 100px;
	}
	.page-works-intro hr {
	    margin: 20px auto 20px;
	}
	.works-list-item > a, .works-list-item > span {
		font-size: 2.5vw;
	}
	.works-list-item .item-title {
	    font-size: 2em;
	}
    .page-works-intro .section-title {
        /*font-size: 15vw;*/
        line-height: 1;
    }
}
@media only screen and (max-width: 370px) {
	.works-list-item > a, .works-list-item > span {
		font-size: 12px;
	}
	.works-list-item .item-title {
	    font-size: 1.5em;
	}
}
