#wrapper {
	width: 100% !important;
	max-width: none;
}


#mascara{
	width:100%;
	float:left;
	font-family: "Kanit Light", "Gotham SSm book A","Gotham SSm book B", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	color: #000;
	text-align: center;
}
#mascara h2{
	font-family: ClarinsRegular, Clarins, "Kanit Light";
	color:#000;
	margin : 0.5em 0.5em 0;
	text-align: center;
	font-size: 40px;
	line-height: 1.2;
	font-weight: 100;
}
#mascara h3{
	text-align: center;
	width: 80%;
	margin: 1em auto 0;
	font-family: "Kanit Light", "Gotham SSm book A","Gotham SSm book B", Helvetica, Arial, sans-serif;
	line-height: 1.5;
	font-weight: 100;
}
#mascara img{
	width: 100%;
}
#mascara .BtnLink a{
	text-align: center;
	background-color: #000;
	display: inline-block;
	color: #fff;
	padding: 18px 30px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	line-height: 14px;
	font-family: "Kanit Light", "Gotham SSm medium A", "Gotham SSm medium B", Helvetica, Arial, sans-serif;
	min-width: 16px;
	margin-top: 0;
	width: 214px;
}

@media only screen and (max-width:1024px) {

	#mascara img{
		width: 140%;
	    left: -20%;
	    position: relative;
	}
}


/*DTW EDITS*/
@media only screen and (max-width:761px) {
#mascara h2 {
    font-size: 33px;
}
}