.slidertext {
	position: absolute;
	top: 40%;
	left: 55%;
	width: 40%;
	height: 40%;
	display: block;
}

.tablet .slidertext {
	width: 60%;
	left: 35%;
}

.mobile .slidertext {
	width: 90%;
	left: 5%;
	top: 35%;
}

.typography .slidertext p {
	font-size: 25px;
	line-height:28px;
}

.tablet .typography .slidertext p {
	font-size: 18px;
	line-height: 20px;
}

.mobile .typography .slidertext p {
	font-size: 17px;
	line-height: 18px;
}

.typography .flexslider ul li {
	line-height: 0px;
	margin-bottom: 0px;
}
/* Overflow fix */
.flexslider {
	overflow:hidden;
}