html, body {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}

a {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

p {
	color: #102b31;
	display: block;
	position: absolute;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
	font-style: italic;
	letter-spacing: 1px;
}

a>div {
	background-image: url(../images/image2.jpg);
	height: 100%;
	background-size: cover;
	background-position: top left;
}

.first {
	font-size: 40px;
	top: -5px;
	left: 3%;
}

.second {
	font-size: 40px;
	top: 45px;
	left: 3%;
}

.third {
	font-size: 40px;
	top: 95px;
	left: 3%;
}

.fourth {
	font-size: 30px;
	top: 180px;
	left: 27%;
}

@media screen and (max-width: 1100px) and (min-width: 750px) {
	.first, .second, .third {
		font-size: 30px;
	}

	.second {
		top: 30px;
	}

	.third {
		top: 65px;
	}

	.fourth {
		font-size: 20px;
		top: 130px;
		left: 250px;
	}
}

@media screen and (max-width: 750px) {
	.first, .second, .third, .fourth {
		display: none;
	}

	a>div {
		background-image: url(../images/image2-vertical.jpg);
	}
}

@media screen and (min-width: 750px) {
	.one, .two, .three, .four, .five, .six {
		display: none;
	}
}

@media screen and (max-width: 750px) and (min-width: 650px) {
	.one, .two, .three, .four, .five {
		font-size: 40px;
		left: 40px;
	}

	.one {
		top: 0;
	}

	.two {
		top: 50px;
	}

	.three {
		top: 100px;
	}

	.four {
		top: 150px;
	}

	.five {
		top: 200px;
	}

	.six {
		font-size: 25px;
		left: 180px;
		top: 300px;
	}
}

@media screen and (max-width: 650px) and (min-width: 500px) {
	.one, .two, .three, .four, .five {
		font-size: 30px;
		left: 40px;
	}

	.one {
		top: 0px;
	}

	.two {
		top: 40px;
	}

	.three {
		top: 80px;
	}

	.four {
		top: 120px;
	}

	.five {
		top: 160px;
	}

	.six {
		font-size: 20px;
		left: 130px;
		top: 250px;
	}
}

@media screen and (max-width: 500px) and (min-width: 440px) {
	.one, .two, .three, .four, .five {
		font-size: 23px;
		left: 40px;
	}

	.one {
		top: 60px;
		left: 95px;
	}

	.two {
		top: 95px;
		left: 60px;
	}

	.three {
		top: 130px;
		left: 35px;
	}

	.four {
		top: 165px;
		left: 70px;
	}

	.five {
		top: 200px;
		left: 80px;
	}

	.six {
		font-size: 15px;
		left: 135px;
		top: 260px;
	}
}

@media screen and (max-width: 440px) and (min-width: 370px) {
	.one, .two, .three, .four, .five {
		font-size: 18px;
		left: 40px;
	}

	.one {
		top: 58px;
		left: 90px;
	}

	.two {
		top: 86px;
		left: 60px;
	}

	.three {
		top: 114px;
		left: 25px;
	}

	.four {
		top: 142px;
		left: 70px;
	}

	.five {
		top: 170px;
		left: 70px;
	}

	.six {
		font-size: 15px;
		left: 118px;
		top: 212px;
	}
}

@media screen and (max-width: 370px) {
	.one, .two, .three, .four, .five {
		font-size: 15px;
		left: 40px;
	}

	.one {
		top: 48px;
		left: 80px;
	}

	.two {
		top: 71px;
		left: 50px;
	}

	.three {
		top: 94px;
		left: 15px;
	}

	.four {
		top: 117px;
		left: 60px;
	}

	.five {
		top: 140px;
		left: 60px;
	}

	.six {
		font-size: 12px;
		left: 100px;
		top: 180px;
	}
}