@media only screen and (max-width: 768px) {
	#pr4 {
		font-size: 70px;
	}
	
	#pr5 {
		height: 300px;
	}
	
	#pr1 img {
		display: none;
	}
}


@media only screen and (min-width: 768px) {
	#pr4 {
		font-size: 100px;
	}
	
	#pr5 {
		height: 300px;
	}
	
	#pr1 img {
		width: 425px;
		right: -80px;
	}
}


@media only screen and (min-width: 1024px) {
	#pr4 {
		font-size: 100px;
	}
	
	#pr5 {
		height: 400px;
	}
	
	#pr1 img {
		width: 575px;
		right: -80px;
	}
}


@media only screen and (min-width: 1250px) {
	#pr4 {
		font-size: 100px;
	}
	
	#pr5 {
		height: 400px;
	}
	
	#pr1 img {
		width: 575px;
		right: -80px;
	}
}


@media only screen and (min-width: 1400px) {
	#pr4 {
		font-size: 100px;
	}
	
	#pr5 {
		height: 400px;
	}
	
	#pr1 img {
		width: 575px;
		right: 0;
	}
}


#pr0 {
	position: relative;
}

#pr1 {
	position: relative;
	overflow: hidden;
	z-index: 5;
}

#pr1 img {
	position: absolute;
    bottom: 0;
}

#pr2 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	width: 60%;
	text-align: center;
}

#pr3 {
	background-color: rgba(0,0,0,0.4);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 8;
	width: 100%;
	height: 100%;
}

#pr4 {
	cursor: pointer;
	display: block;
}

#pr5 {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}