.pe_header {
    height: 150px;
}

.viz_cont{
	width: 1260px;
	margin: 50px auto;
}

.viz_cont h2{
	margin-top: 20px;
	position: relative;
	width: 570px;
	float: left;	
	font-size: 55px;
	font-weight: medium;
	line-height: 50px;
}

.viz_cont h3{
	margin-top: 20px;
	position: relative;
	width: 670px;
	float: left;	
	font-size: 22px;
	font-weight: medium;
	line-height: 31px;

}

.viz_cont h4{
	margin-top: 20px;
	position: relative;
	width: 100%;
	font-size: 55px;
	text-align: center;
	font-weight: 100;
}

.viz_cont p{
	margin-top: 30px;
	float: left;
	width: 1260px;
	position: relative;
	font-size: 20px;
	font-weight: medium;
}

.viz_cont img{
	position: relative;
	padding: 50px 0 50px 0;
	left:50%;
	margin-left: -750px; 
}

.mobile_h1{
	display: none;
}

.video_prezi{
	margin: 20px 0 0 140px; 

}

#first_img{
	padding-top: 0;
}

  /* Before After Slider */

	#video-compare-container {
		display: inline-block;
		line-height: 0;
		position: relative;
		width: 1500px;
		left: 50%;
		margin-left: -750px;
		padding-top: 50px;
		cursor: pointer;
	}

	#video-compare-container > video {
	  width: 1500px;
	  top: 0; height: 100%;
	}

	#video-clipper {
		width: 50%; position: absolute;
		top: 0; bottom: 0;
		overflow: hidden;
		padding-top: 50px;
	}

	#video-clipper video {
		width: 200%;
		postion: absolute;
		height: 100%;
	}

@media screen and (min-width:300px) and (max-width:1300px) {
  /* Target landscape smartphones, portrait tablets, narrow desktops*/

	html{
		background: #fff;
	}

	.pe_header{
		display: none;
	}

	.viz_cont h2{
		float: none;
		width: 100%;
		font-size: 120px;
		font-weight: bold;
		display: block;
		padding: 30px 0 30px 50px;
		font-family: "Segoe Ui", "Helvetica", "Arial";
		line-height: 100%;
	}	

	.viz_cont h3{
		float: none;
		width: 100%;		
		font-size: 80px;
		font-weight: bold;
		display: block;
		padding: 30px 0 30px 50px;
		font-family: "Segoe Ui", "Helvetica", "Arial";
		line-height: 100%;
	}		

	.viz_cont p{
		font-size: 80px !important;
		width: 90%;
		padding: 30px 0 30px 0;
		margin: 0;
		left: 50px;
	}

	.viz_cont img{
		padding: 50px 0 50px 0;
		left:0;
		margin: 0; 
	}

	#video-compare-container {
		left:0;
		margin: 0; 
	}

	#video-compare-container > video {
	  width: 100%;
	  top: 0; height: 100%;
	}


	#order_link{
		width: 1200px;
		height: 200px;
		font-size: 70px;
		line-height: 200px;
		top: 90%;
		left: 50%;
		margin-left: -600px;
		border-radius: 100px;
	}

	.video_prezi{
		width: 100%;
	margin-left: 120px; 

	}

	.section_name h4{
		float: none;
		width: 100%;		
		font-size: 80px;
		font-weight: bold;
		display: block;
		padding: 30px 0 30px 200px;
		font-family: "Segoe Ui", "Helvetica", "Arial";
		line-height: 100%;
	}

	.clients_cont{
		display: block;
		margin-left: 250px;
	}


	.footer{
		width: 1500px;
		height: 600px;
	}
	
	.free-calculation{
		font-size: 65px;
		font-weight: bold;
		display: block;
		padding: 30px 0 30px 24px;
		font-family: "Segoe Ui", "Helvetica", "Arial";	
	}

}/*----end max-width: 800px ---------*/