.background {
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
/* 	background-image: url(../img/phone_screen.png) !important; */
	font: 22px "Lucida Grande", Helvetica, Arial, sans-serif;
	color: white;
	text-align: center;
	}


/*-----For tablets: ---------------*/
@media (min-width: 481px) and (max-width: 1024px) {
	.background {
		background-image: url(../img/phone_screen.png);
		}
	}

/*-----For desktop devices ------*/
@media (min-width: 1025px) {
.background {
		background-image: url(../img/longvert.png);
		}
	}
