.BeforeAfter {
    position: relative;
    overflow: hidden;
}
 
.BeforeAfter img {
    width: 100%;
    display:block;
}
 
.resize {
    position: absolute;
    top:0;
    left: 0;
    height: 100%;
    width: 50%;
    overflow: hidden;
}


.BeforeAfter .handle { /* Thin line seperator */
  position:absolute; 
  left:50%;
  top:0;
  bottom:0;
  width:7px;
  margin-left:-3px;
  cursor: ew-resize;
  background-color:#fff;
}
 
.BeforeAfter  .handle:after {  
    position: absolute;
    top: 50%;
    width: 64px;
    height: 64px;
    margin: -32px 0 0 -32px;
 
    content:' ';  
    border-radius: 0;
	background-image:url(img/cursor.png);
	background-color:transparent;
	background-position:center center;
	background-repeat:no-repeat;
}

.MyContent  .BeforeAfter { 
  overflow: hidden; 
  display:inline-block;
  position:relative; border: 7px solid #fff;
 }
 @media screen and (max-width: 761px) {
.MyContent  .BeforeAfter { 
width:calc(100vw - 14px);
height: calc(42.2vw - 14px);
 }	 
 }
.MyContent  .BeforeAfter figure { 
  display:block;
  position: relative;
  margin:0;
  padding:0;
}
.MyContent  .BeforeAfter figure .PanoBefore { 
  position: relative;
  max-width: 100%;
  display:block;
}
.MyContent  .BeforeAfter figure .PanoAfter { 

  position: absolute;
  width: 50%; 
  overflow: hidden;
  bottom: 0;
  height: 100%;

}
.MyContent  .BeforeAfter figure .PanoAfter .Photo{ 
	position:absolute;
	height:100%;
	width:auto;
	top:0;
	left:0;
}
.MyContent  .BeforeAfter figure .Photo img{ 
	display:block;
	height:100%;
	width:auto;
	
}
 @media screen and (max-width: 761px) {
.MyContent .BeforeAfter figure .Photo img{ 
height: calc(42.2vw - 14px);
 }	 
 }
.MyContent .BeforeAfter figure .Photo span{ 
	position:absolute;
	bottom:10px;
	text-transform:uppercase;
	color:#fff;	font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
	font-size:12px;
}
.MyContent  .BeforeAfter figure .PanoBefore .Photo  span{
	right:10px;
}
.MyContent .BeforeAfter figure .PanoAfter .Photo  span{
	left:10px;
}
.MyContent .BeforeAfter figure div.PanoAfter::after { 
	content:" ";
	bottom: 0;
	height: 100%;
	width:3px;
	background-color:#fff;
	right:0px;
	position:absolute;
}

.MyContent  .BeforeAfter input[type=range]{
   display:none;
 }



/*-------------------------------------------------------------*/

#main:not(.main-homepage) {
	margin-top: 0px;
}
.breadcrumb {
	display: none;
}
.MyContent {
	display: block;
	width: 100%;
	max-width: 1250px;
	min-width: 320px;
	margin: 0 auto;
}

@media screen and (max-width: 1250px) {
.MyContent {
	overflow: hidden;
}
}
.MyContent button:not(.not-tabbable):active, .MyContent button:not(.not-tabbable):focus {
	outline: 0px solid!important;
}
.MyContent .MyBlock {
	font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
	color: #000;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
}

@media screen and (min-width: 1250px) {
.MyContent .MyFullWidthBlock {
	margin-left: -175px;
	width: 1600px;
}
}
.MyContent .AnchorTag {
	margin: 0px;
	padding-top: 50px;
	margin-top: -50px;
}
/*------------------------------------------------------------------------------------------*/
.MyContent .BtnLink {
	margin: 0px;
}
.MyContent .BtnLink span, .MyContent .BtnLink a {
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: white;
	text-decoration: none;
	position: relative;
	padding-top: 16px;
	padding-right: 30px;
	padding-bottom: 16px;
	padding-left: 30px;
	display: inline-block;
	line-height: 14px;
	min-width: 110px;
	text-align: center;
	background-color: black;
	cursor: pointer;
	transition: color ease-in-out 0.5s, background 0.5s ease-in-out;
	border: 2px solid #000;
}
.MyContent .BtnLink span:hover, .MyContent .BtnLink a:hover {
	color: black;
	background-color: white;
}
/*---------------------------------*/
#MASCARA4D-BLOCK-1 {
	height: 472px;
	background-image: url(img/background-1-left.jpg), url(img/background-1-right.jpg);
	background-position: top left -20%, bottom right -18%;
	background-repeat: no-repeat, no-repeat;
	text-align: center;
	background-color: #e7f1fd;
	background-size: auto 80%, auto 70%;
	padding-bottom:30px;
}

@media screen and (max-width: 1250px) {
#MASCARA4D-BLOCK-1 {
	height: auto;
	background-position: top left -200px, bottom right -160px;
	background-size: auto 500px, auto 400px;
	padding-bottom: 2vw;
}
}

@media screen and (max-width: 1023px) {
#MASCARA4D-BLOCK-1 {
	background-position: top left -350px, bottom right -350px;
}
}

@media screen and (max-width: 761px) {
#MASCARA4D-BLOCK-1 {
	padding-bottom: 45vw;
	background-position: bottom -10vw left -33vw, bottom right -20vw;
	background-size: auto 70vw, auto 50vw;
}
}
#MASCARA4D-BLOCK-1 .Title {
	color: #000;
	font-family: ClarinsRegular, Clarins;
	font-size: 50px;
	text-align: center;
	margin: 0;
	padding: 0;
	line-height: 1em;
	font-weight: normal;
	padding-top: 40px;
}

@media screen and (max-width: 1250px) {
#MASCARA4D-BLOCK-1 .Title {
	max-width: 480px;
	margin: 0 auto;
}
}
#MASCARA4D-BLOCK-1 .Text {
	max-width: 1100px;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
	font-size: 14px;
	font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
}

@media screen and (max-width: 1250px) {
#MASCARA4D-BLOCK-1 .Text {
	max-width: 480px;
	margin: 0 auto;
}
}
#MASCARA4D-BLOCK-1 .Text strong {
	display: block;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
}
#MASCARA4D-BLOCK-1 .BeforeAfter {
	overflow: hidden;
	display: inline-block;
	position: relative;
	border: 7px solid #fff;
}

@media screen and (max-width: 761px) {
#MASCARA4D-BLOCK-1 .BeforeAfter {
	width: calc(100vw - 14px);
	height: calc(42.2vw - 14px);
}
}
#MASCARA4D-BLOCK-1 .BeforeAfter figure {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
}
#MASCARA4D-BLOCK-1 .BeforeAfter figure .PanoBefore {
	position: relative;
	max-width: 100%;
	display: block;
}
#MASCARA4D-BLOCK-1 .BeforeAfter figure .PanoAfter {
	position: absolute;
	width: 50%;
	overflow: hidden;
	bottom: 0;
	height: 100%;
	border-right: 4px solid #fff;
}
#MASCARA4D-BLOCK-1 .BeforeAfter figure .PanoAfter .Photo {
	position: absolute;
	height: 100%;
	width: auto;
	top: 0;
	left: 0;
}
#MASCARA4D-BLOCK-1 .BeforeAfter figure .Photo img {
	display: block;
	height: 100%;
	width: auto;
}

@media screen and (max-width: 761px) {
#MASCARA4D-BLOCK-1 .BeforeAfter figure .Photo img {
	height: calc(42.2vw - 14px);
}
}
#MASCARA4D-BLOCK-1 .BeforeAfter figure .Photo span {
	position: absolute;
	bottom: 10px;
	text-transform: uppercase;
	color: #fff;
	font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
	font-size: 12px;
}
#MASCARA4D-BLOCK-1 .BeforeAfter figure .PanoBefore .Photo span {
	right: 10px;
}
#MASCARA4D-BLOCK-1 .BeforeAfter figure .PanoAfter .Photo span {
	left: 10px;
}
#MASCARA4D-BLOCK-1 .BeforeAfter figure div.PanoAfter::after {
	content: " ";
	bottom: 0;
	height: 100%;
	width: 3px;
	background-color: #fff;
	right: 0px;
	position: absolute;
}
#MASCARA4D-BLOCK-1 .BeforeAfter input[type=range] {
	-webkit-appearance: none;
	-moz-appearance: none;
	position: absolute;
	top: 0;
	left: 0px;
	background-color: transparent;
	height: 100%;
	width: 100%;
}
#MASCARA4D-BLOCK-1 .BeforeAfter input[type=range]:focus {
	outline: none;
	background-color: transparent;
}
#MASCARA4D-BLOCK-1 .BeforeAfter input[type=range]:active {
	outline: none;
	background-color: transparent;
}
 #MASCARA4D-BLOCK-1 .BeforeAfter input[type=range]::-moz-range-track {
 -webkit-appearance:none;
 -moz-appearance:none;
 height:100%;
 width:100%;
 background-color: rgba(255,255,255,0);
 position: relative;
 outline: none;
}
#MASCARA4D-BLOCK-1 .BeforeAfter input[type=range]::active {
 -webkit-appearance:none;
 -moz-appearance:none;
 border: none;
 outline: none;
}
#MASCARA4D-BLOCK-1 .BeforeAfter input[type=range]::-webkit-slider-thumb {
 -webkit-appearance:none;
 width: 61px;
height: 61px;
 border-radius: 0;
 background-image:url(img/cursor.png);
 background-color:transparent;
 background-repeat:no-repeat;
border: none;
 outline: none;
}
#MASCARA4D-BLOCK-1 .BeforeAfter input[type=range]::-moz-range-thumb {
 -moz-appearance:none;
 width: 61px;
height: 61px;
 border-radius: 0;
 background-image:url(img/cursor.png);
 background-color:transparent;
 background-repeat:no-repeat;
border: none;
 outline: none;
}

@media screen and (max-width: 761px) {
#MASCARA4D-BLOCK-1 .BeforeAfter input[type=range]::-webkit-slider-thumb {
 background-size:40px auto;
 background-position: center center;
}
#MASCARA4D-BLOCK-1 .BeforeAfter input[type=range]::-moz-range-thumb {
 background-size:40px auto;
 background-position: center center;
}
}
#MASCARA4D-BLOCK-1 .BeforeAfter input[type=range]:focus::-webkit-slider-thumb {
 -webkit-appearance:none;
}
#MASCARA4D-BLOCK-1 .BeforeAfter input[type=range]:focus::-moz-range-thumb {
 -moz-appearance:none;
}
#MASCARA4D-BLOCK-1 .BeforeAfter input[type=range]:focus::-webkit-slider-runnable-track {
 background-color:transparent;
}
/*---------------------------------*/
#MASCARA4D-BLOCK-2 {
	text-align: center;
	border: 2px solid #e7f1fd;
	padding: 40px;
}
@media screen and (max-width: 761px) {
#MASCARA4D-BLOCK-2  {
		padding: 20px;
}
}
#MASCARA4D-BLOCK-2 .TextIntro {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0px 20px;
	text-align: center;
	font-size: 14px;
	font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
	padding-bottom: 25px;
}

@media screen and (max-width: 1023px) {
#MASCARA4D-BLOCK-2 .TextIntro {
	padding-bottom: 10px;
}
}
#MASCARA4D-BLOCK-2 .Wrapper {
	display: flex;
	max-width: 1300px;
	margin: 0 auto;
	margin-top: 4px;
	justify-content: center;
	align-items: flex-start;
	padding-bottom: 10px;
}

@media screen and (max-width: 1023px) {
#MASCARA4D-BLOCK-2 .Wrapper {
	flex-wrap: wrap;
}
}

@media screen and (max-width: 1023px) {
#MASCARA4D-BLOCK-2 .Wrapper {
	width: 695px;
	margin: 0 auto;
	padding-bottom: 30px;
}
#MASCARA4D-BLOCK-2 .Wrapper .slick-dots {
	bottom: 0;
	z-index: 4;
	display: block;
}
}

@media screen and (max-width: 761px) {
#MASCARA4D-BLOCK-2 .Wrapper {
	width: 295px;
	margin: 0 auto;
	padding-bottom: 30px;
}
#MASCARA4D-BLOCK-2 .Wrapper .slick-dots {
	bottom: 0;
}
}
#MASCARA4D-BLOCK-2 .Wrapper .Polaroid {
	margin: 12px;
	flex-basis: calc(25% - 25px);
}

@media screen and (max-width: 1023px) {
#MASCARA4D-BLOCK-2 .Wrapper .Polaroid .Photo {
	margin: 12px auto;
}
}
#MASCARA4D-BLOCK-2 .Wrapper .Polaroid .Photo {
	padding: 10px;
	border: 1px solid #f3f3f3;
	max-width: 273px;
}
#MASCARA4D-BLOCK-2 .Wrapper .Polaroid .Photo img {
	display: block;
	max-width: 100%;
}
#MASCARA4D-BLOCK-2 .Wrapper .Polaroid .Title {
	margin: 0;
	font-weight: normal;
	font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
	font-size: 22px;
	padding: 20px;
	padding-bottom: 0;
}
#MASCARA4D-BLOCK-2 .Text {
	max-width: 1100px;
	margin: 0 auto;
	padding: 10px 20px;
	text-align: center;
	font-size: 14px;
	font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
}
/*------------------------------------------------------------------------------------------*/
#MASCARA4D-BLOCK-3 {
	text-align: center;
	position: relative;
	background-color: #e7f1fd;
	margin-bottom: 40px;
	display: flex;
	border: 2px solid #e7f1fd;
	margin-top: 20px;
	align-items:center;
}
@media screen and (max-width: 1023px) {
#MASCARA4D-BLOCK-3{
	display:block;
}
}

#MASCARA4D-BLOCK-3 .Wrapper {
	background-color: #fff;
	max-width: 700px;
	flex-basis: 55%;	padding:20px;
}
@media screen and (max-width: 1250px) {
#MASCARA4D-BLOCK-3 .Wrapper {
flex-basis: 55%;
max-width: 560px;
}
}

@media screen and (max-width: 1023px) {
#MASCARA4D-BLOCK-3 .Wrapper {
max-width: 780px;
}
}
#MASCARA4D-BLOCK-3 .Logo {
	background-color: #fff;

}
#MASCARA4D-BLOCK-3 #Product-Slick-Slider {
	background-color: #fff;
	margin: 0 20px;
	display:block;
}
@media screen and (max-width: 1250px) {
#MASCARA4D-BLOCK-3 #Product-Slick-Slider {
	margin: 0;
}
}

#MASCARA4D-BLOCK-3 #Product-Slick-Slider .Packshot {
	display: inline-block;
	position: relative;
}
#MASCARA4D-BLOCK-3 #Product-Slick-Slider .Packshot .IngredientName{
	display: inline-block;
	position: absolute;
	top:70%;
	font-size:11px;
	max-width:80px;
	line-height:11px;
	text-align:left;
	
}
#MASCARA4D-BLOCK-3 #Product-Slick-Slider #ingredient-1{
	left:45%;
}
#MASCARA4D-BLOCK-3 #Product-Slick-Slider #ingredient-2{
	left:55%;
}
#MASCARA4D-BLOCK-3 #Product-Slick-Slider #ingredient-3{
	left:50%;
}
#MASCARA4D-BLOCK-3 #Product-Slick-Slider img {
	display: block;
	margin: 0 auto;
}
@media screen and (max-width: 1250px) and (min-width: 1024px){
#MASCARA4D-BLOCK-3 #Product-Slick-Slider img {
	max-width:280px;
}
}
#MASCARA4D-BLOCK-3 .Title {
	color: #000;
	font-family: ClarinsRegular, Clarins;
	font-size: 40px;
	margin: 0;
	padding: 0;
	line-height: 1em;
	font-weight: normal;
	padding-bottom: 30px;
}

@media screen and (max-width:1023px) {
#MASCARA4D-BLOCK-3 .Title {
	font-size: 35px;
	padding-bottom: 20px;
}
}

#MASCARA4D-BLOCK-3 .Packshot {
}

@media screen and (max-width: 1023px) {
#MASCARA4D-BLOCK-3 .Packshot {
}
}

@media screen and (max-width: 761px) {
#MASCARA4D-BLOCK-3 .Packshot {
}
}

@media screen and (max-width: 1250px) {
#MASCARA4D-BLOCK-3 .Packshot img {
	max-width: 250px;
}
}

#MASCARA4D-BLOCK-3 .Packshot .IngredientName {
	font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
	font-size: 12px;
	position: absolute;
	left: 70%;
	top: 20%;
}
#MASCARA4D-BLOCK-3 .Content {
	padding: 40px;
	flex: 1;
	flex-basis: 45%;
	max-width: 610px;
	box-sizing: border-box;
	text-align: left;
	background-color: #e7f1fd;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
@media screen and (max-width: 1250px) {
#MASCARA4D-BLOCK-3 .Content {
	flex-basis: 40%;
padding: 30px;
}
}
@media screen and (max-width: 1023px) {
#MASCARA4D-BLOCK-3 .Content {
	text-align: center;	max-width: 780px;
	justify-content: center;
	align-items: center;
}
}

@media screen and (max-width:761px) {
#MASCARA4D-BLOCK-3 .Content {
}
}
#MASCARA4D-BLOCK-3 .Text {
	font-size: 15px;
	line-height: 1.4em;
	font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
	margin: 0;
}



@media screen and (max-width:761px) {
#MASCARA4D-BLOCK-3 .Text {
	font-size: 14px;
	padding-bottom: 0px;
}
}
#MASCARA4D-BLOCK-3 .Text strong {
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
	font-weight: normal;
	display: block;
	margin-bottom: 10px;
}

@media screen and (max-width:1023px) {
#MASCARA4D-BLOCK-3 .Text strong {
	margin-bottom: 10px;
}
}

@media screen and (max-width:761px) {
#MASCARA4D-BLOCK-3 .Text strong {
	margin-bottom: 10px;
}
}
#MASCARA4D-BLOCK-3 .BtnLink {
	margin-top: 20px;
}
/*------------------------------------------------------------------------------------------*/
/***DTW EDITS***/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
#MASCARA4D-BLOCK-3 .Text{
	width:105%;
}
}

}
@media screen and (max-width:761px) {
#MASCARA4D-BLOCK-3 #Product-Slick-Slider .Packshot {
    display: inline-block;
    position: relative;
    left: 9%;
}
#MASCARA4D-BLOCK-3{
	margin-bottom: unset;
}
#MASCARA4D-BLOCK-2 .BtnLink{
padding-top: 20px;
}

#MASCARA4D-BLOCK-1 .Title {
    font-size: 45px;
}
#MASCARA4D-BLOCK-3 .Wrapper {
    padding-bottom: 55px;
}
}


main:not(.main-homepage) {
margin-top: 21px !important;
}

.breadcrumb {
display: block !important;
}


.wrapper {
background: #fff;
left: 0;
margin: auto;
max-width: 1250px;
position: relative;
padding-top: 96px !important;
}

@media only screen and (max-width:1023px) {
.wrapper {
background: #fff;
left: 0;
margin: auto;
max-width: 1250px;
position: relative;
padding-top: 50px !important;
}}
@media only screen and (max-width:761px) {

.wrapper {
background: #fff;
left: 0;
margin: auto;
max-width: 1250px;
position: relative;
padding-top: 50px !important;
}}

@media screen and (min-width:1024px) {
.dtw_width{
	width: 107%!important;
}
.Logo img{
	width: 40%;
}
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2){
	#MASCARA4D-BLOCK-3 #Product-Slick-Slider img{
		width: 93%;
	}
}

@media only screen and (max-width: 761px){
	#MASCARA4D-BLOCK-1 .Title{
		font-size: 45px;
	}
	#MASCARA4D-BLOCK-2 .Wrapper{
		padding-bottom: 15px;
	}
	.slick-dots{
		padding: 10px 0;
	}
	#MASCARA4D-BLOCK-3 #Product-Slick-Slider .Packshot{
		margin-left: 50px;
	}
	#MASCARA4D-BLOCK-3 .Wrapper{
		padding: 40px;
	}
/*	.dtw_width{
		width: 108%;
	}*/
}

