@media all and (min-width: 1420px) {
	
	#sky .clouds {
    background: url('../gfx/clouds3.png') center bottom no-repeat;
    background-size: cover;
	background-position: inherit;
	height: 1300px;
    margin-top: 50px;
    position: relative;
    z-index: 2;
}

#sea {
	background: #aab1bb url('../gfx/mountain3.png') center 32px no-repeat;
	background-size: cover;
	background-position: inherit;
	height: 1300px;
    
}
	
	#sea .motorboat {
    width: 147px;
    height: 26px;
    background: url('../gfx/motorboat.png') no-repeat;
    top: 1200px;
    position: relative;
	-webkit-animation: motorboat 15s infinite linear;
	-moz-animation: motorboat  15s infinite linear;
	-ms-animation: motorboat  15s infinite linear;
	-o-animation: motorboat  15s infinite linear;
	animation: motorboat  15s infinite linear;
}

#sea .frame {
    margin: 380px auto;
	
	}
	