div.text{
	position: absolute;
	font-family: 'New Rocker', cursive;
	right:20px;
	bottom:80px;
	z-index: 100;
}
section.quote{
	font-size:16px;
	color:white;
	width:350px;
}
section.source{
	color:white;
	position: absolute;
	font-family: 'New Rocker', cursive;
	right:30px;
	bottom:-30px;
	z-index: 100;
}
div.background{
	float:left;
	margin:0;
	z-index:0;
}
img{
	min-height: 100%;
    min-width: 1156px;
    width:100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 0;
    float: right;
    background-size: cover;
}
a.fullButton{
	display:block;
	position: absolute;
	top:0;
	bottom: 0;
	right:0;
	left: 0;
	z-index: 0;
}
@media (max-width: 1300px){
	div.text{
		right:70px;
		font-size: 24px;
	}
}

@media (max-width: 1300px){
	section.quote{
		align-content: right;
		padding-bottom: 30px;
		font-size:14px;
	}
}
@media(max-width: 1300px){
	section.source{
		left:60px;
		top:90px;
	}
}



















