/*Setting*/
.contentasset section{font-family: 'DIN', Helvetica, arial, sans-setif;}

.background-pink{
	background: #ec4d8d;
	color:#fff;
}

.text-pink{color:#ec4d8d;}

.background-pink h1, 
.background-pink h2,
.background-pink h3{
	color:#fff;
}
.contentasset h1,
.contentasset h2,
.contentasset h3,
.contentasset h4,
.contentasset h5,
.contentasset h6{
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'DIN', Helvetica, arial, sans-setif;
}

h1{
	font-size:42px;
	line-height: 54px;
}



/*Elements*/

.btn-white{
	font-weight: bold;
	text-transform: uppercase;
	background: #fff;
	padding: 7px 15px;
}

.btn-white:hover{text-decoration: none;}

/*Mark up*/

/* 1.Cover */
.cover{
	background-image: url('../images/sign-up-winner-bg.png');
	background-repeat: no-repeat;
	background-size: 45%;
	background-position: 70% 50%;
}

.cover .content_block{
	padding: 8vh 0;

}

.cover .content_block h2{
margin-top: 40px;
}



/* 2.Video */
.video .content-block{
	margin:55px 0;
	text-align: center;
}

iframe{width: 100%}


/* 3.Promotion */

.promotion .content-block{
	margin:35px 0;
	text-align: center;
}

.promotion .content-block *{display:inline-block;}
.promotion .content-block .btn-white{margin-left: 15px;}
@media (min-width: 980px) and (max-width: 1200px) {
	.cover {
	  background-size: 70%;
	  background-position: 100% 50%;
	}
}
@media (min-width: 768px) and (max-width: 979px) {

	.cover {  
		background-size: 85%;
  		background-position: 200% 50%;
  	}

}
@media (max-width: 767px){
	
	.cover {  
		background-size: 200%;
		background-position: 10% 50%;
	}
	.cover .content_block {
		margin-left:20px;
	}
}
