.cans-landing-marquee {
	overflow:hidden;
}

.cans-landing-marquee .greetings {
	display:block;
	width:100%;
	opacity:0;
}

@media(min-width:768px) {
	
	#dust-animation {
		position:fixed;
		z-index:1;
		top:0;
		left:0;
		width:100%;
		height:100%;
		opacity:0;
		transition: opacity 1s ease-out;
	}
	
	.cans-landing-marquee .content-main {
		max-width:none;
	}
	
	.cans-landing-marquee .absolute-centered {
		z-index:2;
	}

	.cans-landing-marquee .content-main .text {
		float:right;
		max-width:none;
		width:35%;
		margin-right:9.3%;
		padding-top:8.4%;
	}
	
	.cans-landing-marquee .desktop-image {
		position:absolute;
		z-index:0;
		width:100%;
		background-image:url(/resources/img/home/cans-landing-marquee/bg-bleed.jpg);
		left:0px;
		bottom:0;
		transform: translate(0%, 12%);
/*		margin-bottom:-17%;*/
	}
	
	.cans-landing-marquee .desktop-image:before {
		content:'';
		display:block;
		padding-top:73.55%;
	}
	
	.cans-landing-marquee .copy, .cans-landing-marquee .buttons {
		opacity:0;
	}
	
	.cans-landing-marquee .content-main .text h5 {
		margin:15px 0 20px;
	}
	
}

@media(max-width:767px) {
	
	.mobile-marquee-image {
		background-image:url(/resources/img/home/cans-landing-marquee/mobile/marquee-767.jpg);
	}
	
	.mobile-marquee-image:before {
		content:'';
		display:block;
		padding-top:111%;
	}
	
	.mobile-top-spacer {
		background:#000;
		height:90px;
	}
	
	#dust-animation { display:none !important; }
	
	.home-marquee .marquee .buttons {
		margin-top:40px;
	}
}