.ei-slider{
	position: relative;
	width: 100%;
	max-width: 1600px;
	height: 500px;
	margin: 0 auto;
}
.ei-slider-loading{
	width: 100%;
	height: auto;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:999;
	background: rgba(0,0,0,0.9);
	color: #fff;
	text-align: center;
	line-height: 500px;
}
.ei-slider-large{
	height: 100%;
	width: 100%;
	position:relative;
	overflow: hidden;
}
.ei-slider-large li{
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	height: 100%;
	width: 100%;
}
.ei-slider-large li img{
	width: 100%;
}
.ei-title{
	position: absolute;
	right: 50%;
	margin-right: 13%;
	top: 10%;
}
.ei-title h2, .ei-title h3{
	text-align: right;
}
.ei-title h2{
	font-size: 26px; font-weight:bold;
	line-height: 36px;
	font-family: 'times new roman', serif;
	font-style: italic;
	color: #a49164;
}
.ei-title h3{
	font-size: 34px;
	line-height: 34px;
	font-family: 'times new roman', serif;
	text-transform: uppercase;
	color: #fff;
}

@media screen and (max-width: 768px) {
	.ei-title{
		position: absolute;
		right: 30%;
		margin-right: 0%;
		top: 80%;
	}
	.ei-title h2, .ei-title h3{
		text-align: right;
	}
	.ei-title h2{
		font-size: 26px;
		line-height: 36px;
	}
	.ei-title h3{
		font-size: 34px;
		line-height: 34px;
	}
}