.wall_xmas {
	position: relative;
	margin:0 auto;
	text-align:center;
	width:100%;
	height: auto;
	background: url(../xmas/wall02.jpg) no-repeat center center;
	background-size:cover;
    	background-attachment: fixed;
	padding:260px 0 260px 0;
}
.wall_xmas h1{
	font-size: 1.4em;
	color:#fff;
	font-weight:600;
	text-shadow: 1px 1px 2px #111;
}
.wall_xmas p {
	color: #fff;
	text-shadow: 1px 2px 3px #111;
	line-height:180%;
}


@media only screen and (max-width: 767px){
.wall_xmasl{
	background: url(../xmas/wall02s.jpg) no-repeat center center;
	background-size:auto;
	padding:100px 0 100px 0;
	object-fit: cover;
}

.wall_xmas h1{
	font-size:1.2em;
	font-weight:normal;
	color:#fff;
	text-shadow: 1px 2px 3px #111;
}

.wall_xmas p {
	color: #fff;
	text-shadow: 1px 2px 3px #111;
	line-height:180%;
}}







.wall_merry {
	position: relative;
	margin:0 auto;
	text-align:center;
	width:100%;
	height: auto;
	background: url(../xmas/merry.jpg) no-repeat center center;
	background-size:cover;
    	background-attachment: fixed;
	padding:260px 0 260px 0;
}
.wall_merry h1{
	font-size: 1.4em;
	color:#fff;
	font-weight:600;
	text-shadow: 1px 1px 2px #111;
}
.wall_merry p {
	color: #fff;
	text-shadow: 1px 2px 3px #111;
	line-height:180%;
}


@media only screen and (max-width: 767px){
.wall_merryl{
	background: url(../xmas/merrys.jpg) no-repeat center center;
	background-size:auto;
	padding:100px 0 100px 0;
	object-fit: cover;
}

.wall_merry h1{
	font-size:1.2em;
	font-weight:normal;
	color:#fff;
	text-shadow: 1px 2px 3px #111;
}

.wall_merry p {
	color: #fff;
	text-shadow: 1px 2px 3px #111;
	line-height:180%;
}}








