html{
	background-image: url("backdrop-02.jpg");
	height:100%;
	background-size:cover;
	background-position:center;
	background-repeat: no-repeat;
	overflow-y:hidden;
}
body{
	color:white;
	font-family: adobe-caslon-pro, serif;
	font-style: normal;
	font-weight: 400;
}
a{
	display:block;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:1;
}
.quote-pt1{
	font-size:45px;
	display: inline-block;
	position: absolute;
	left: 70px;
	top: 50px;
	max-width:650px;
	text-align: left;
	line-height:50px;
}
.quote-pt2{
	font-size:45px;
	display: inline-block;
	position: absolute;
	right: 70px;
	bottom: 150px;
	max-width:370px;
	text-align: right;
	line-height:50px;
}
.attribution{
	font-size:30px;
	font-style:italic;
	display: inline-block;
	position: absolute;
	right: 70px;
	bottom:60px;
	max-width:500px;
	text-align: right;
}

@media screen and (min-width: 768px) and (max-width: 1024px){
	.quote-pt1{
		font-size:35px;
		max-width:500px;
		line-height:45px;
	}
	.quote-pt2{
		font-size:35px;
		line-height:45px;
		bottom:125px;
	}
	.attribution{
		font-size:25px;
		right: 70px;
		bottom: 50px;
	}
}
@media screen and (max-width: 767px){
	html{
		background-image: url("backdrop-05.jpg");
	}
	.quote-pt1{
	font-size:26px;
	line-height:34px;
	left:30px;
	top:50px;
	max-width:250px;
	}
	.quote-pt2{
	font-size:26px;
	line-height:34px;
	left:30px;
	top:70%;
	text-align:left;
	max-width:210px;
	}
	.attribution{
	left: 30px;
	font-size:22px;
	top:85%;
	max-width:500px;
	text-align: left;
	}
}
