.campaign-wrapper {
	background-repeat:no-repeat;
	background-size: 100%;
	background-position: bottom;
}

.campaign-wrapper .hero {
	width: 100%;
}

.campaign-wrapper h3 {
	color: #ffffff;
	font-family: "avenir-next-rounded-std-med", arial, helvetica, sans-serif;
	font-size: 42px;
	padding: 0 0 10px;
	text-transform: uppercase;
}

.campaign-wrapper h4 {
	color: #ffffff;
	font-family: "cn-bold", arial, helvetica, sans-serif;
	font-size: 36px;
	line-height: 30px;
	text-transform: uppercase;
}

.campaign-wrapper .button {
	border-radius: 45px;
	color: #000000;
	cursor: pointer;
	display: block;
	float: right;
	font-family: "avenir-next-rounded-std-med", arial, helvetica, sans-serif;
	margin: 10px 20px 10px 10px;
	text-align: center;
	text-transform: uppercase;
	font-size: 32px;
	line-height: 67px;
	height: 67px;
	width: 325px;	
}
.campaign-wrapper .button .cn_symbols {
	padding-left: 10px;
}
.campaign-wrapper .hero-wrapper {
	cursor: pointer;
	display: block;
	line-height: 0;
	overflow: hidden;
	position: relative;
	-moz-box-shadow: 0px 0px 3px 3px #333;
	-webkit-box-shadow: 0px 0px 3px 3px #333;
	box-shadow: 0px 0px 3px 3px #333;
}

.campaign-wrapper .text-wrapper {
	float: left;
	margin-top: 50px;
	margin-left: 3%;
	position: relative;
	padding-bottom: 250px;	
	width: 47%;
}
.campaign-wrapper .button-wrapper {
	float: left;
	margin-top: 30px;
	margin-right: 3%;
	position: relative;
	width: 47%;
}
#ad-rail .campaign-wrapper {
	overflow: hidden;
}

@media only screen and (min-width:1025px) {
	.campaign-wrapper .hero-wrapper .hero-hover {
		display: none;
		width: 100%;
		height: 100%;	
		background-color: rgba(0,0,0,0.25);
		background-position: center center;
		background-repeat: no-repeat;
		position: absolute;	
		top: 0;
		left: 0;
		z-index: 2;
	}
	.campaign-wrapper .hero-wrapper:hover .hero-hover {
		display: block;
	}
}

/* super-big, humongous, enormous desktop */
@media only screen and (min-width:1750px) {
	#ad-rail .campaign {
		width: 95.7%;
	}
	.campaign-wrapper .hero-wrapper {
		-moz-box-shadow: 3px 3px 3px 0px #333;
		-webkit-box-shadow: 3px 3px 3px 0px #333;
		box-shadow: 3px 3px 3px 0px #333;			
	}			
	.campaign-wrapper h3 {
		font-size: 42px;
		padding-bottom: 12px;
	}
	.campaign-wrapper h4 {
		font-size: 36px;
	}
	.campaign-wrapper .campaign {
		margin: 0 auto;
		width: 1700px;
	}
	.campaign-wrapper .hero {
		margin-left: 9.6%;
		width: 119.2%;
	}		
	.campaign-wrapper .button-wrapper {
		margin-top: 30px;
		margin-right: 0;
		width: 50%;
	}
	.campaign-wrapper .button {
		font-size: 40px;
		line-height: 90px;		
		height: 90px;
		width: 430px;
	}
	.campaign-wrapper .button:hover {
		padding: 10px;
		margin: 0;
		border-radius: 60px;
		font-size: 43px;
		width: 450px;		
	}		
	.campaign-wrapper .text-wrapper {
		margin-top: 46px;
		margin-left: 0;
		padding-bottom: 300px;	
		width: 50%;
	}	
}
@media only screen and (min-width:2000px) and (min-height:1350px){
	.campaign-wrapper .text-wrapper {
		padding-bottom:570px;
	}
	
}

/* large desktop */
@media only screen and (min-width:1367px) and (max-width:1749px) {			
	.campaign-wrapper h3 {
		font-size: 35px;
	}
	.campaign-wrapper h4 {
		font-size: 32px;
	}		
	.campaign-wrapper .button {
		font-size: 38px;
		line-height: 90px;		
		height: 90px;
		width: 430px;
	}
	.campaign-wrapper .button:hover {
		padding: 10px;
		margin: 0;
		border-radius: 60px;
		font-size: 43px;
		width: 450px;		
	}	
	.campaign-wrapper .text-wrapper {
		padding-bottom: 250px;	
	}		
}

@media only screen and (min-width:1367px) {
	.campaign-wrapper .hero {
		height: auto;
		margin: -3.9% 0 -3.9% -5.6%;
		width: 111.2%;
	}
}

@media only screen and (min-width:1281px) and (max-width:1366px) {
	.campaign-wrapper .hero {
		height: auto;
		margin: -5% 0 -5% 0;
		width: 1366px;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1100px) {
	#ad-rail .campaign-wrapper .button {
		font-size: 28px;
		width: 300px;
	}
}

/* desktop */
@media only screen and (min-width:1025px) and (max-width:1366px) {			
	.campaign-wrapper h3 {
		font-size: 35px;
		padding-bottom: 8px;
	}
	.campaign-wrapper h4 {
		font-size: 25px;
	}	
	.campaign-wrapper .button-wrapper {
		margin-top: 24px;	
		width: 41%;
	}		
	.campaign-wrapper .button {
		font-size: 32px;
		line-height: 72px;		
		height: 72px;
		width: 370px;
	}
	.campaign-wrapper .button:hover {
		padding: 5px;
		margin: 6px 6px 0 0;
		border-radius: 50px;
		font-size: 36px;
		width: 390px;			
	}	
	.campaign-wrapper .text-wrapper {
		margin-top: 38px;
		padding-bottom: 200px;	
		width: 53%;
	}	
	.campaign-wrapper .button .cn_symbols {
		padding-left: 16px;
	}			
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
	.campaign-wrapper .hero {
		height: auto;
		margin: -6.2% 0 -6.2% -9.6%;
		width: 119.2%;
	}	
}

/* tablet landscape - ipad */
@media only screen and (min-width:769px) and (max-width:1024px) {
	.campaign-wrapper h3 {		
		font-size: 30px;
		line-height: 36px;
		padding-bottom: 8px;
	}	
	.campaign-wrapper h4 {
		font-size: 25px;
	}
	.campaign-wrapper .hero {
		height: auto;
		margin: -6.2% 0 -6.2% -9.6%;
		width: 119.2%;
	}			
	.campaign-wrapper .text-wrapper {
		margin-top: 38px;
		padding-bottom: 200px;	
	}	
	.campaign-wrapper .button-wrapper {
		margin-top: 30px;
	}			
	.campaign-wrapper .button {
		font-size: 32px;
		line-height: 65px;
		height: 65px;
		width: 325px;
	}	
}

/* tablet portrait - ipad */
@media only screen and (min-width:641px) and (max-width:768px) {
	.campaign-wrapper {
		background-image: none!important;
	}	
	.campaign-wrapper h3 {
		font-size: 30px;
		line-height: 38px;
		text-align: center;
	}
	.campaign-wrapper h4 {
		font-size: 27px;
		line-height: 30px;
		text-align: center;
	}
	.campaign-wrapper .hero {
		margin-left: -9.6%;
		width: 119.2%;
	}	
	.campaign-wrapper .button-play {
		left: 31%;
		height: 100%;
		top: 21%;
		width: 75%;
	}
	.campaign-wrapper .text-wrapper {
		float: none;
		margin: 27px 4% 0 4%;
		width: 92%;
		padding-bottom: 60px;	
	}
	.campaign-wrapper .button-wrapper {
		float: none;
		margin-top: 0px;
		padding-bottom: 200px;
		width: 100%;
	}	
	.campaign-wrapper .button {
		float: none;
		font-size: 32px;
		line-height: 67px;
		height: 67px;
		margin: 0 auto;
		width: 440px;
	}		
}

/* phone */
@media only screen and (max-width : 640px) {
	.campaign-wrapper {
		background-image: none!important;
	}
	.campaign-wrapper h3 {
		font-size: 22px;
		line-height: 26px;
		padding-bottom: 45px;
		text-align: center;
	}
	.campaign-wrapper h4 {
		font-size: 22px;
		line-height: 26px;
		text-align: center;
	}
	.campaign-wrapper .hero {
		margin-left: -11.3%;
		width: 122.6%;
	}	
	.campaign-wrapper .button-play {
		left: 27%;
		height: 100%;
		top: 18%;
		width: 85%;
	}	
	.campaign-wrapper .text-wrapper {
		float: none;
		margin: 27px 4% 0 4%;
		width: 92%;
		padding-bottom: 50px;
	}
	.campaign-wrapper .button-wrapper {
		float: none;
		margin-top: 0px;
		padding-bottom: 100px;
		width: 100%;
	}
	.campaign-wrapper .button {
		float: none;
		font-size: 22px;
		line-height: 48px;
		height: 48px;
		margin: 0 auto;
		width: 250px;
	}		
}