#cruise .top .Pages-page01,#cruise .top .Pages-page03  {
	background-size: 35%;
	background-position: right center;
	background-repeat: no-repeat;
}

#cruise .top .Pages-page02 {
	background-repeat: no-repeat;
	background-size: 35%;
	background-position: left center;
}
/*
#cruise .top .Pages-page04 {
	background: url(../images/food/f-txt-03_s.png) no-repeat;
	background-size: 30%;
	background-position: right;
}
*/


#cruise .top .Pages-video {
	width: 100%;
	max-width: 1920px;
	height: auto;
	max-height: 800px;
	padding:1px 0;
	margin: 0;
	text-align: center;
	/*background: #eee;
	background: url(../images/food/videobg.jpg);
	background: #000;*/
}

@media screen and (max-width: 800px){
	
	#cruise .top .Pages-page01,
	#cruise .top .Pages-page03{
		background-size: 30%;
		background-position: bottom left;
	}	
	#cruise .top .Pages-page02,
	#cruise .top .Pages-page04{
		background-size: 50%;
		background-position: bottom right;
	}
}

@media screen and (max-width: 640px) {
	#cruise .top .Pages-page01,
	#cruise .top .Pages-page03{
		background-size: 60%;
		background-position:bottom 1100px ;
	}	
	#cruise .top .Pages-page02,
	#cruise .top .Pages-page04{
		background-size: 60%;
			background-position: bottom right;
	}
}

