body {
	background: url('../img/btb.jpg') #999;
	background-size: cover;
	background-position:center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	z-index: 1000;
}
@media screen and (min-width: 1367px){
.message-img {
	max-width: 470px;
	height: auto;
}
}

@media screen and (max-width: 1366px){
	.message-img {
		max-width: 95%;
		height: auto;
	}
}