body{
	background: url(../img/causeway.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover; 
	min-height: 100vh;
}
.response{
	width: 100%;
	position: center center;
}
@media screen and (max-width: 750px) {
    .response {
        width: 100vw !important;
    }
}