.performance-section{
	position: relative;
	padding: 60px 0;

}
.performance-wrap{
	position: relative;
	display: block;
	width: 100%;
	height: 100vh;
	min-height: 700px;
	max-height: 875px;
	background-image: url(https://dummyimage.com/1440x875/333/fff);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.performance-inner{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
}
.performance-content{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
	text-align: center;
}

.performance-title{
	color: #fff;
	font-size: 6vw;
	line-height: normal;
	font-weight: normal;
}
.performance-description{
	color: #fff;
	margin: 30px 0;
	font-size: 1.125em;

}
.performance-btn-wrap{
	text-align: center;
}
a.performance-btn{
	color: #000;
}

/* Site design width */
@media only screen and ( max-width: 1280px ){
    .performance-content {
		padding: 0px 30px;
	}
}

/* Max-header width */
@media only screen and ( max-width: 1180px ){
	.performance-title{
		font-size: 2.5em;
	}
	.performance-description{
		font-size: 1em;
		text-align: center;
	}
}

/* Large Tablet */
@media only screen and ( max-width: 920px ){

}

/* Tablet */
@media only screen and ( max-width: 768px ){

}

/* Mobile */
@media only screen and ( max-width: 640px ){
    .performance-content {
		width: 100%;
	}
}

