.breadcrumb{
	display:none!important;
}
#main:not(.main-homepage) {

    margin-top: 0px;

}
@media screen and (max-width:761px){
.MyContent .product-quickshop{
  display:block;
}	
}
.MyContent {
    display: block;
    position: relative;
    max-width: 1250px;
    margin: 0 auto;
    font-family: "Kanit Light", "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
    line-height: 1.75em;
	font-size:16px;
}
.AnchorTag{
	position:absolute;
	visibility:hidden;
}
.MenuSticky{
	position:fixed;
	top:50%;
	width:174px;
	z-index:100;
	right:-126px;
	transition:right ease-in-out 0.5s;
}
.MenuSticky:hover{
	right:0;
}
.MenuSticky a{
	display:flex;
	background-color:#000;
	color:#fff;
	text-transform:uppercase;
	font-family: "Kanit Light", "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
	font-size:11px;
	text-decoration:none;
	height:48px;
	justify-content:flex-start;
	align-items:center;
	padding-left:48px;
	margin-bottom:1px;
	background-repeat:no-repeat;
	background-position:left center;
}
.MenuSticky a:nth-child(1){
	background-image:url(img/menu-picto-1.png);
}
.MenuSticky a:nth-child(2){
	background-image:url(img/menu-picto-2.png);
}
.MenuSticky a:nth-child(3){
	background-image:url(img/menu-picto-3.png);
}
.MenuSticky a:nth-child(4){
	background-image:url(img/menu-picto-4.png);
}
.MenuSticky a:hover{
	background-color:#be0f34;
	
}
.MyContent * {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                        supported by Chrome and Opera */
}
.MyContent p {
    margin:20px  0;
}
@media screen and (max-width:1023px){
.MyContent p {
    margin:10px  0;
}	
}
.MyContent .BtnLink {
    margin: 0;
}

.MyContent .BtnLink a {
    font-family: "Kanit Light", "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    color: #FFF;
    text-decoration: none;
    position: relative;
    background-color: #000;
    padding: 18px 30px;
    display: inline-block;
    line-height: 14px;

}

.AnimatedItem{
	transition:all ease-in-out 0.5s;
}
.AnimatedItem[data-anim="0"]{
	transform:translateY(100%);
	opacity:0;
}
.AnimatedItem[data-anim="1"]{
	transform:translateY(0);
	opacity:1;
}



.MyContent h2 {
    display: block;
    margin: 0;
    font-weight: normal;
}

.MyContent .MyBlock {
    width: 100%;
    text-align: center;
    position: relative;
    background-repeat: no-repeat;
	background-color:#fff;
}
@media screen and (max-width:1023px){
.MyContent .MyBlock {
  overflow:hidden;
}	
}
.MyContent .MyBlock img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

@media (min-width:1250px) {
    .MyContent .MyBlock {
        width: 100vw;
        margin-left: calc(625px - 50vw);
    }
}

.MyContent .VideoBackground {
    width: 100%;
    overflow: hidden;
    height: 100%;
}

.MyContent video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.MyContent .VideoLink::after {
    content: " ";
    background-image: url(img/video-play.png);
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: 50px;
    height: 50px;
    background-size: cover;
    z-index: 2;


}

.MyContent .ContentBox {
    border: 5px solid #efefef;
    background-color: #fff;
    box-sizing: border-box;
    padding: 40px;
	position:relative;
}

.MyContent .Title {
    font-size: 35px;
    color: #000;
    line-height: 1em;
    font-weight: normal;
    font-family: ClarinsRegular, Clarins, "Kanit Light";
}
@media screen and (max-width:1023px){
	.MyContent .Title {
    font-size: 30px;

}
}
.MyContent .BigTitle {
    font-size: 50px;
    color: #be0f34;
    line-height: 1em;
    font-weight: normal;
    font-family: ClarinsRegular, Clarins, "Kanit Light";
}
@media screen and (max-width:1023px){
.MyContent .BigTitle {
    font-size:35px;
   
}	
}

.MyContent .Testimony {
    font-size: 14px;
    text-align: left;
    padding: 20px;
    max-width: 195px;
}

.MyContent .Testimony .Text {
    color: #be0f34;
    font-size: 2.28em;
    font-weight: normal;
    font-family: ClarinsRegular, Clarins, "Kanit Light";
    line-height: 1.1em;
    margin: 0;
    padding-bottom: 0.5em;
    display: block;
}
@media screen and (max-width:1023px){
.MyContent .Testimony .Text {
    font-size: 2em;

}
}


.MyContent .Testimony .Text img {
    display: inline-block;
    max-width: 0.5em;
}

.MyContent .Testimony .Text::before {
    content: "“";
    font-size: 1em;
    margin-bottom: 0.4em;
    width: 0.5em;
    height: 0.5em;
    margin-left: -0.5em;
    display: inline-block;
    overflow: hidden;
}

.MyContent .Testimony .Text::after {
    content: "”";
    font-size: 1em;
    margin-bottom: -0.2em;
    height: 0.5em;
    display: inline-block;
    overflow: hidden;
}

.MyContent .Testimony .HashTag {
    opacity: 0.7;
    color: #000;
    margin: 0;
}

.MyContent .Testimony .Author {
    color: #000;
    margin: 0;
}

.MyContent .Mentions {
   font-size:11px;
   opacity:0.5;
   line-height: 1.2em;
}

#DOUBLE-SERUM-BLOCK-01 {
    background-color: #f8f0ec;
    background-image: url(img/background-01.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    height: 738px;

}
#DOUBLE-SERUM-BLOCK-01 .VideoBackground video{
	 object-fit: cover;
}

@media screen and (min-width:1024px){
#DOUBLE-SERUM-BLOCK-01 .ContentBox {
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    max-width: 520px;
    margin-left: 25px;
    position: absolute;
    width:calc(50% - 60px);
}
}
@media screen and (max-width:1023px){
#DOUBLE-SERUM-BLOCK-01 {
      background-size: auto 300px;
}
#DOUBLE-SERUM-BLOCK-01 .ContentBox {
   margin:10px;
   margin-top:260px;
   padding:20px;
   font-size:14px;
   line-height:16px;
}
#DOUBLE-SERUM-BLOCK-01 .ContentBox .BtnShopLink{
   margin-top:20px;
}


#DOUBLE-SERUM-BLOCK-01  .VideoBackground {
    height: 738px;
    z-index: -1;
    position: absolute;
}
}
@media screen and (max-width:761px){
#DOUBLE-SERUM-BLOCK-01   {
        height: auto;
 }	
#DOUBLE-SERUM-BLOCK-01  .VideoBackground {
    height: 260px;
    z-index: 1;
    position: absolute;
}
}	
#DOUBLE-SERUM-BLOCK-02 {
    background-image: url(img/background-02.png);
    background-position: top center;
    height: 740px;

}

#DOUBLE-SERUM-BLOCK-02::after {
	content:" ";
    background-image: url(img/background-02.png);
    background-position: top center;
    height: 100%;
	width:100%;
	z-index:2;
	position:absolute;
	left:0;
	top:0;

}
@media screen and (max-width:1024px){
#DOUBLE-SERUM-BLOCK-02::after {
	display:none;

}	
	
}
#DOUBLE-SERUM-BLOCK-02 .VideoBackground {
    height: 740px;
    max-width: 1250px;
    margin: 0 auto;
    z-index: -1;
    position: relative;
}

@media screen and (max-width:1023px) and (max-width:762px){
    #DOUBLE-SERUM-BLOCK-02 {
        background-image: url(img/background-02.png);
        background-position: top center;
        height: 740px;
        background-size:cover;
    
    }
 }	

@media screen and (max-width:761px){
#DOUBLE-SERUM-BLOCK-02{
	height:460px;
	background-image:url(img/background-02-mobile.jpg);
}
#DOUBLE-SERUM-BLOCK-02 .VideoBackground {
    height: 460px;
    max-width: 1250px;
    margin: 0 auto;
    z-index: -1;
    position: relative;
}
/*#DOUBLE-SERUM-BLOCK-02 .VideoBackground {
    display:none;
}*/
#DOUBLE-SERUM-BLOCK-02::after {
	display:none;
}	
}
#DOUBLE-SERUM-BLOCK-03 {
    background-image: url(img/background-03.jpg);
    background-position: top center;
    height: 448px;
    background-size: cover;
}
@media screen and (min-width:1024px){
#DOUBLE-SERUM-BLOCK-03 .ContentBox {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 620px;
    margin-top: -85px;
    position: absolute;
    width:calc(100% - 40px);
}
}
@media screen and (max-width:1023px){
#DOUBLE-SERUM-BLOCK-03 {
    height: 520px;
	background-size: auto 320px;
	background-position:bottom center;
	overflow-y:visible;
	background-color:transparent;

}
#DOUBLE-SERUM-BLOCK-03 .ContentBox {
   margin:10px;
   padding:20px;
   font-size:14px;
   line-height:16px;
  	margin-top:50px;
}
#DOUBLE-SERUM-BLOCK-03  .VideoBackground {
      width: 100%;
    overflow: hidden;
    height: 520px;
    position: absolute;
    bottom: 0;
}
}
@media screen and (max-width:761px){
#DOUBLE-SERUM-BLOCK-03 {
    
	
}

}

#DOUBLE-SERUM-BLOCK-04 {
    background: radial-gradient(circle at right center, #faf9f6, #e6dcca);
    height: auto;
    position: relative;
    padding-bottom:200px;
    box-sizing: border-box;
    max-height: 1882px;
}
@media screen and (max-width:1023px){
	#DOUBLE-SERUM-BLOCK-04 {
    padding-bottom:0px;
    max-height:none;
}
}
#DOUBLE-SERUM-BLOCK-04::before {
    content: " ";
    position: absolute;
    width: 345px;
    height: 1882px;
    top: 0;
    left: 0;
    background-image: url(img/background-04-left.png);
}

#DOUBLE-SERUM-BLOCK-04::after {
    content: " ";
    position: absolute;
    width: 345px;
    height: 1882px;
    top: 0;
    right: 0;
    background-image: url(img/background-04-right.png);
}

@media screen and (max-width: 1250px) {
    #DOUBLE-SERUM-BLOCK-04::before {
        left: calc(50% - 625px);
    }

    #DOUBLE-SERUM-BLOCK-04::after {
        right: calc(50% - 625px);
    }
}
@media screen and (max-width: 1023px) {
    #DOUBLE-SERUM-BLOCK-04::before {
        left: calc(50% - 455px);
        z-index:-1;
    }

    #DOUBLE-SERUM-BLOCK-04::after {
        right: calc(50% - 455px); 
          z-index:-1;
    }
}
#DOUBLE-SERUM-BLOCK-04 .Wrapper {
    margin: 0 auto;
    padding-top: 85px;
}
@media screen and (max-width:1023px){
	#DOUBLE-SERUM-BLOCK-04 .Wrapper {
    margin: 0 10px;
	padding-top:30px;
	font-size:14px;
	line-height:16px;
}
	
}

@media screen and (max-width:761px){
    #DOUBLE-SERUM-BLOCK-04 {
        background-image:url(img/background-04-mobile.jpg);
        background-size: 110% auto;
        background-position: top center;
        padding-top:60px;
    }
	#DOUBLE-SERUM-BLOCK-04::before {
        display:none;
    }

    #DOUBLE-SERUM-BLOCK-04::after {
        display:none;
    }

    #DOUBLE-SERUM-BLOCK-04 .Wrapper {
       
        text-align: left;
        margin-left:40px;
        margin-right:80px;padding-top:0px;
    }
}


@media screen and (min-width:1024px){
#DOUBLE-SERUM-BLOCK-04-PART-01 {
    text-align: left;
    max-width:726px;
    padding-left:215px;
    box-sizing: border-box;
    width:100%;
}
}


@media screen and (max-width:761px){
#DOUBLE-SERUM-BLOCK-04-PART-01 .ContentBox{
padding:20px;
width:280px;
}
}
#DOUBLE-SERUM-BLOCK-04-PART-01 .ContentBox .Title{
    font-size:23px;
    margin-bottom:10px;
}
#DOUBLE-SERUM-BLOCK-04-PART-01 .ContentBox p{
    font-family: "Kanit Light", "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
    margin:0;
}
@media screen and (min-width:1024px){
#DOUBLE-SERUM-BLOCK-04-PART-02 {
    text-align: left;
    max-width:726px;
    padding-left:77px;
    box-sizing: border-box;
    width:100%;
}
}


#DOUBLE-SERUM-BLOCK-04-PART-02 ul{
    margin:0;
    padding:0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    list-style: none;
    margin-bottom:20px;
}
@media screen and (max-width:1023px){
#DOUBLE-SERUM-BLOCK-04-PART-02 ul{
   flex-wrap:wrap;
   justify-content:center;
}	
}
@media screen and (max-width:761px){
#DOUBLE-SERUM-BLOCK-04-PART-02 ul{
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -20px;
    margin-right: -60px;
}	
}
#DOUBLE-SERUM-BLOCK-04-PART-02 ul li{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    list-style: none;
    flex-direction: column;
    width:115px;
    height:115px;
    border-radius:50%;
    border:1px solid #be0f34;
    margin:10px;
    text-align: center;
   color: #be0f34;
   font-family: "Kanit Light", "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
   line-height: 1em;
   padding-left:20px;
   padding-right:20px;
   box-sizing: border-box;
  
}
@media screen and (max-width:761px){
    #DOUBLE-SERUM-BLOCK-04-PART-02 ul li{
        margin:5px;
    }
}
#DOUBLE-SERUM-BLOCK-04-PART-02 ul li .Num{
    color:#000;
    padding-top:5px;
    padding-bottom: 20px;
}

#DOUBLE-SERUM-BLOCK-04-PART-02 .ContentBox {
    padding: 30px;
    max-width: 430px;
}
@media screen and (max-width:1023px) and (min-width:762px){
    #DOUBLE-SERUM-BLOCK-04-PART-02 .ContentBox{
       margin:0 auto;
    }
}
@media screen and (max-width:761px){
    #DOUBLE-SERUM-BLOCK-04-PART-02 .ContentBox{
        padding: 20px;
		width:280px;
    }
}
#DOUBLE-SERUM-BLOCK-04-PART-02 .ContentBox .Title{
    font-size:23px;
    margin-bottom:0px;
}
#DOUBLE-SERUM-BLOCK-04-PART-02 .ContentBox p{
    font-family: "Kanit Light", "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
    margin:0;
}
#DOUBLE-SERUM-BLOCK-04-PART-02 .ContentBox p strong{
   color:#be0f34;
}

@media screen and (max-width:761px){
#DOUBLE-SERUM-BLOCK-04-PART-02 {
    padding-top:50px!important;
}
}





.Popin .Background{
    content: " ";
    position:absolute;
    right:calc(50% - 190px);
    top:calc(50% - 190px);
    background-color: #fff;
    border-radius:50%;
    width:380px;
    height:380px;
    padding:0;
    display:block;
    overflow: hidden;
   transition:all ease-in-out  0.2s;
   	transform:scale(0.5);
	opacity:0;
}
@media screen and (max-width:1023px){
.Popin .Background{
	/*top:auto;
  bottom:0;*/
 

}	
}
.Popin[data-open="1"] .Background{
	transform:scale(1);
	opacity:1;
}
.Popin{
   font-size:16px;
   position:absolute;
   z-index:15;
}
@media screen and (max-width:1023px){
.Popin{
   position:relative;
   margin:0px auto;
   height:0px;
 	padding:0!important;

}	

.Popin[data-open="1"]{
  left:50%;
   position:fixed;
   top:50%;
   height:auto;
   transform:translateX(-50%) translateY(-50%);
   z-index:1000;
}

}

.Popin .ContentPopin{
	transition:ease-in-out all 0.5s;
	transform:scale(0.5);
	opacity:0;
	z-index:11;
}
@media screen and (max-width:1023px){
	.Popin .ContentPopin{
	transition:none;
}
}
.Popin[data-open="1"] .ContentPopin{
	transform:scale(1);
	opacity:1;
}


.Popin *{
    z-index:2;
    position: relative;
	
}
.Popin[data-open="1"] *{
   display:block;
}


.Popin .CloseBtn{
    background-image: url(img/close-btn.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    display:none;
    width:80px;
    height:80px;
    font-size:0;
    border-radius: 50%;
    position: absolute;
    right:-60px;
    bottom:-60px;
		cursor:pointer;	z-index:12;
}
@media screen and (max-width:1023px){
.Popin .CloseBtn{
   right:calc(50% - 40px); bottom:-160px;
}	
}

.Popin[data-open="1"] .CloseBtn{
   display:block;
}
.Popin .OpenBtn{
    background-image: url(img/testimony-btn.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    display:block;
    width:80px;
    height:80px;
    font-size:0;
    border-radius: 50%;
    position: absolute;
    right:-60px;
    bottom:-60px;
	cursor:pointer;z-index:12;
}
@media screen and (max-width:1023px){
.Popin .OpenBtn{
   right:calc(50% - 40px);
     bottom:0px;
}	
}
.Popin .OpenBtn::after{
	content:" ";
    background-image: url(img/testimony-btn-heart.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    display:block;
    width:80px;
    height:80px;
    font-size:0;
    position: absolute;
    right:0px;
    bottom:0px;
	cursor:pointer;
	animation:HeartAnim ease-in-out 2s infinite;
	z-index:10;
}
@keyframes HeartAnim{
	0%{
		top:0px;
		opacity:0;
	}
	40%{
		top:0px;
		opacity:1;
	}
	70%{
		top:0px;
		opacity:1;
	}
	100%{
		top:-20px;
		opacity:0;
	}
}
.Popin[data-open="1"] .OpenBtn{
   display:none;
}


@media screen and (min-width:1024px){
#DOUBLE-SERUM-BLOCK-04-PART-03{
   top:338px;
   right:50%;
   margin-right:245px;
}
#DOUBLE-SERUM-BLOCK-04-PART-05{
     top: 1150px;
    left: 50%;
    margin-left: -85px;
}
#DOUBLE-SERUM-BLOCK-07-PART-03{
        top: 420px;
    left: 50%;
    margin-left: 105px;
}
#DOUBLE-SERUM-BLOCK-09-PART-01{
   top: -210px;
    left: 50%;
    margin-left: -285px;
}
#DOUBLE-SERUM-BLOCK-10-PART-01{
      top: 330px;
    left: 50%;
    margin-left: 245px;
}

}
@media screen and (max-width:1023px){
#DOUBLE-SERUM-BLOCK-04-PART-03[data-open="0"]{
  transform:translateY(120px) translateX(290px);
  
}

#DOUBLE-SERUM-BLOCK-07-PART-03[data-open="0"]{
      transform:translateY(190px) translateX(120px);
}
#DOUBLE-SERUM-BLOCK-04-PART-05[data-open="0"]{
      transform:translateY(190px) translateX(140px);
}
#DOUBLE-SERUM-BLOCK-09-PART-01[data-open="0"]{
    transform: translateY(-360px) translateX(30px);
}
#DOUBLE-SERUM-BLOCK-10-PART-01[data-open="0"]{
       transform:translateY(95px) translateX(290px);
}

}

@media screen and (max-width:761px){
#DOUBLE-SERUM-BLOCK-04-PART-03[data-open="0"]{
  transform:translateY(80px) translateX(90px);
  
  
}
#DOUBLE-SERUM-BLOCK-07-PART-03[data-open="0"]{
      transform:translateY(190px) translateX(120px);
}
#DOUBLE-SERUM-BLOCK-04-PART-05[data-open="0"]{
      transform:translateY(190px) translateX(-60px);
}
#DOUBLE-SERUM-BLOCK-09-PART-01[data-open="0"]{
      transform: translateY(30px) translateX(120px);
}
#DOUBLE-SERUM-BLOCK-10-PART-01[data-open="0"]{
       transform:translateY(-30px) translateX(120px);
}

}



@media screen and (min-width:1024px){
	#DOUBLE-SERUM-BLOCK-04-PART-04 {
    z-index:2;
    position: relative;
    max-width: 856px;
    padding-right:249px;
    margin:0 auto;
    box-sizing: border-box;
    margin-top:215px;
}
}


@media screen and (max-width:1023px){
#DOUBLE-SERUM-BLOCK-04-PART-04 {
      margin: 10px;
    padding: 20px;
    font-size: 14px;
    line-height: 16px;
    padding-top: 20px;
    margin-top: 240px;
    margin-bottom: 0;
    padding-right: 300px;
    min-height: 240px;
}
}
@media screen and (max-width:761px){
	#DOUBLE-SERUM-BLOCK-04-PART-04 {
	    margin: 10px;
    padding: 20px;
    font-size: 14px;
    line-height: 16px;
    padding-top: 240px !important;
	    margin: auto;
    margin-top: 240px;

    margin-bottom: 20px;
    width: 300px;

}
}
#DOUBLE-SERUM-BLOCK-04-PART-04 figure{
    z-index: 2;
    position: absolute;
    top: -130px;
    right: 20px;
    margin: 0;
    padding: 0
}

#DOUBLE-SERUM-BLOCK-04-PART-04 .Infos{
    position: absolute;
    top: -230px;
    right: 20px;
    width: 241px;
    font-size: 12px;
    background-image: url(img/drag-arrow-start.png);
    background-repeat: no-repeat;
    background-position: bottom right -20px;
    height: 150px;
    margin: 20px 0;
}
#PackshotTopRotate{
	background-image:url(img/packshot-explore-the-product-top.png);
	width:189px;
	height:189px;
	background-repeat:no-repeat;
	position:absolute;
	 top: 2px;
    left: 20px;
	transition:transform ease-in-out 0.5s;
}

#DragCursor .Step{
    position: absolute;
    background-image: url(img/drag-arrow-cursor.png);
    width: 37px;
    height: 37px;
    cursor: pointer;
    z-index: 1;
	font-size:0;	
	opacity:0;
	background-color:#f4f1e9;
	border-radius:50%;
}
#DragCursor .Step:nth-child(1){
 	left: 52px;
    top: -46px;
}
#DragCursor .Step:nth-child(2){
 	left: 90px;
    top: -50px;
    transform: rotate(5deg);
}
#DragCursor .Step:nth-child(3){
 	left: 128px;
    top: -46px;
	transform: rotate(15deg);
}
#DragCursor .Step:nth-child(4){
 	left: 164px;
    top: -30px;
    transform: rotate(30deg);
}
#DragCursor .Step:nth-child(5){
    left: 193px;
    top: -4px;
    transform: rotate(50deg);
}
#DragCursor .Step:nth-child(6){
 	left: 213px;
    top: 28px;
    transform: rotate(70deg);
}
#DragCursor .Step[data-drag="1"]{
	opacity:1;

}
#DOUBLE-SERUM-BLOCK-05 {
    background-image: url(img/background-05.jpg);
    background-position: top center;
    height: 740px;
}
@media screen and (max-width:1023px){
#DOUBLE-SERUM-BLOCK-05 {
    height:420px;
	background-size:auto 420px;
	
}	

}
#DOUBLE-SERUM-BLOCK-06 {
    background-image: url(img/background-06.jpg);
    background-position: top center;
    height:445px;
    background-size: cover;
}
@media screen and (max-width:1023px){
#DOUBLE-SERUM-BLOCK-06 {
  	    overflow: visible;
    height: auto;
    padding-bottom: 180px;
    background-color: #e1d5bf;
	background-position: bottom right -15vw;
    background-size: auto 220px;
}
#DOUBLE-SERUM-BLOCK-06::before {
	content:" ";
	position:absolute;
	background:linear-gradient(180deg, rgba(225,213,191,0), rgba(225,213,191,1));
	width:100%;
	height:150px;
	top:-150px;
	left:0;
}
}
@media screen and (min-width:1024px){
#DOUBLE-SERUM-BLOCK-06 .ContentBox {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 620px;
    margin-top: -85px;
    position: absolute;
    width:calc(100% - 40px);
}
}
@media screen and (max-width:1023px){
#DOUBLE-SERUM-BLOCK-06 .ContentBox {
   font-size:14px;
   line-height:16px;
   padding:20px;
   margin:10px;
     margin-top: -85px;
}
}
#DOUBLE-SERUM-BLOCK-06 .ContentBox h2 span {
    display:block;
    color:#be0f34;
    font-family: "Kanit Light", "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif; 
    margin:5px;
}
#DOUBLE-SERUM-BLOCK-06 .VideoBackground {
    height: 447px;
}
@media screen and (max-width:1023px){
#DOUBLE-SERUM-BLOCK-06 .VideoBackground {
    display:none;
}	
}
#DOUBLE-SERUM-BLOCK-07 {
    height: 1257px;

}


@media screen and (max-width:1023px){
#DOUBLE-SERUM-BLOCK-07 {
    height: auto;

}
}
@media screen and (min-width:1024px){
#DOUBLE-SERUM-BLOCK-07-PART-01{
    top:100px;
    text-align: left;
    position: absolute;
    left:50%;
    margin-left:-334px;
    max-width:620px;
    z-index:2;
}
#DOUBLE-SERUM-BLOCK-07-PART-02{
    top:816px;
    text-align: left;
    position: absolute;
    left:50%;
    margin-left:-191px;
    max-width:539px;
    z-index:2;
}
}
@media screen and (max-width:1023px){
#DOUBLE-SERUM-BLOCK-07-PART-01{
    text-align: left;
    margin-left:20vw;
    max-width:620px;
    z-index:2;
	font-size:14px;
	line-height:16px;
	position: relative;
	padding:20px;
    margin-top:200px;
    max-width:400px;
}
#DOUBLE-SERUM-BLOCK-07-PART-02{
    text-align: left;
    margin-right:20vw;
    max-width:620px;
    z-index:2;
	font-size:14px;
	line-height:16px;
	position: relative;
	padding:20px;
    margin-top:0px;
    max-width:400px;
    margin-left:auto;
    margin-right:120px;
}
}
@media screen and (max-width:761px){
    #DOUBLE-SERUM-BLOCK-07-PART-01{
        margin-top:300px;
    }
    #DOUBLE-SERUM-BLOCK-07-PART-02{
        margin-right:60px;
    }
}
#DOUBLE-SERUM-BLOCK-07::before {
    content: " ";
    position: absolute;
    width: 50%;
    height: 1257px;
    background-repeat: no-repeat;
    top: 0;
    min-width: 490px;
    background-position: top left;
    right: 50%;
    margin-right: 90px;
    background-image: url(img/background-07-left.jpg);
}
@media screen and (max-width:1023px){
#DOUBLE-SERUM-BLOCK-07::before {
    height: 480px;
    background-repeat: no-repeat;
    top: 0;
    width: 250px;
    background-position: bottom left;
    left: 0;
    margin-left: -40px;
    background-size: auto 600px;
}	
}
#DOUBLE-SERUM-BLOCK-07::after {
    content: " ";
    position: absolute;
    width: 50%;
    height: 1257px;
    background-repeat: no-repeat;
    top: 0;
    min-width: 455px;
    background-position: top right;
    left: 50%;
    margin-left: 90px;
    background-image: url(img/background-07-right.jpg);
}
@media screen and (max-width:1023px){
#DOUBLE-SERUM-BLOCK-07::after {
    content: " ";
    position: absolute;
    min-width:0px;
	width:90px;
    height: 300px;
    background-repeat: no-repeat;
    top: auto;
	bottom:100px;
    background-position: bottom right -10px;
    right:0;
	left:auto;
    margin-left:0px;
	background-size:  90px auto;
	background-image: url(img/background-07-right-mobile.jpg);
}
}
#DOUBLE-SERUM-BLOCK-08 {
    height: auto;

    padding-bottom:350px;
}
@media screen and (max-width:1023px){
    #DOUBLE-SERUM-BLOCK-08 {
         padding-top:50px; padding-bottom:300px;
        /* height:550px;*/
    }	
    }
@media screen and (max-width:761px){
#DOUBLE-SERUM-BLOCK-08 {
     padding-top:250px; padding-bottom:300px;
	/* height:550px;*/
}	
}
#DOUBLE-SERUM-BLOCK-08::before {
    content: " ";
    position: absolute;
    width: 315px;
    height: 804px;
    top: 0;
    left: 0;
    background-image: url(img/background-08-left.jpg);
}
@media screen and (max-width:1023px){
	#DOUBLE-SERUM-BLOCK-08::before {
		content: " ";
		position: absolute;
		width: 150px;
		height: 250px;
		top: 0;
		left: -30px;
		background-image: url(img/background-08-left.jpg);
		background-size:cover;
	}
}
#DOUBLE-SERUM-BLOCK-08 .BigTitle{
    text-transform: uppercase;
    font-family: "Kanit Light", "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif; 
    font-size:50px;
    font-weight: normal;
    padding-bottom:30px;
	z-index: 2;
    position: relative;
}
@media screen and (max-width:1023px){
#DOUBLE-SERUM-BLOCK-08 .BigTitle{
   font-size:30px;
     padding-bottom:0px;
}	
}
#DOUBLE-SERUM-BLOCK-08 .VideoMenu {
    display: flex;
    margin: 0 auto;
    position: relative;
    text-align: center;
    justify-content: center;
    align-items: center;
    height:164px;
    z-index:2;
}
@media screen and (max-width:1023px){
#DOUBLE-SERUM-BLOCK-08 .VideoMenu {
    height:100px;

}	
}
#DOUBLE-SERUM-BLOCK-08 .VideoMenu a{
    display:inline-block;
    width:90px;
    height:90px;
    border-radius:50%;
    border:2px solid #be0f34;
    vertical-align: middle;
    margin:20px;
    transition: all ease-in-out 0.5s;
    background-repeat: no-repeat;
    background-position: center center;
    font-size:0;
    text-decoration: none;

}
@media screen and (max-width:1023px){
#DOUBLE-SERUM-BLOCK-08 .VideoMenu a{
    width:50px;
    height:50px;
    margin:2px;
	background-size:55px auto;

}	
}
#DOUBLE-SERUM-BLOCK-08 .VideoMenu a:hover{
    background-color:#be0f34;
}
#DOUBLE-SERUM-BLOCK-08 .VideoMenu a[data-selected="1"]{
    width:120px;
    height:120px;
    background-color:#be0f34;
	background-size:60px auto;
}
@media screen and (max-width:1023px){
#DOUBLE-SERUM-BLOCK-08 .VideoMenu a[data-selected="1"]{
    width:60px;
    height:60px;
    background-color:#be0f34;
}	
}
#DOUBLE-SERUM-BLOCK-08 .VideoMenu a:nth-child(1){background-image: url(img/_picto-01.png);}
#DOUBLE-SERUM-BLOCK-08 .VideoMenu a:nth-child(2){background-image: url(img/_picto-02.png);}
#DOUBLE-SERUM-BLOCK-08 .VideoMenu a:nth-child(3){background-image: url(img/_picto-03.png);}
#DOUBLE-SERUM-BLOCK-08 .VideoMenu a:nth-child(4){background-image: url(img/_picto-04.png);}
#DOUBLE-SERUM-BLOCK-08 .VideoMenu a:nth-child(5){background-image: url(img/_picto-05.png);}

#DOUBLE-SERUM-BLOCK-08 .VideoMenu a[data-selected="1"]:nth-child(1){background-image: url(img/_picto-01-red.png);}
#DOUBLE-SERUM-BLOCK-08 .VideoMenu a[data-selected="1"]:nth-child(2){background-image: url(img/_picto-02-red.png);}
#DOUBLE-SERUM-BLOCK-08 .VideoMenu a[data-selected="1"]:nth-child(3){background-image: url(img/_picto-03-red.png);}
#DOUBLE-SERUM-BLOCK-08 .VideoMenu a[data-selected="1"]:nth-child(4){background-image: url(img/_picto-04-red.png);}
#DOUBLE-SERUM-BLOCK-08 .VideoMenu a[data-selected="1"]:nth-child(5){background-image: url(img/_picto-05-red.png);}

#DOUBLE-SERUM-BLOCK-08 .VideoMenu a:hover:nth-child(1){background-image: url(img/_picto-01-red.png);}
#DOUBLE-SERUM-BLOCK-08 .VideoMenu a:hover:nth-child(2){background-image: url(img/_picto-02-red.png);}
#DOUBLE-SERUM-BLOCK-08 .VideoMenu a:hover:nth-child(3){background-image: url(img/_picto-03-red.png);}
#DOUBLE-SERUM-BLOCK-08 .VideoMenu a:hover:nth-child(4){background-image: url(img/_picto-04-red.png);}
#DOUBLE-SERUM-BLOCK-08 .VideoMenu a:hover:nth-child(5){background-image: url(img/_picto-05-red.png);}

#DOUBLE-SERUM-BLOCK-08 .VideoGallery {
    display: block;
    margin: 0 auto;
    position: relative;
    z-index:2;
}
#DOUBLE-SERUM-BLOCK-08 .Video {
    display: block;
    margin: 0 auto;
    max-width: 760px;
    position: relative;
    height:427px;
    background-color: #FFF;
}

#DOUBLE-SERUM-BLOCK-08 .Video iframe{
    display: block;
    margin: 0px auto;
}
@media screen and (max-width:1023px){
	#DOUBLE-SERUM-BLOCK-08 .Video {
    display: block;
    margin: 0 auto;
    width: 100vw;
    position: relative;
    height:56.2vw;
    background-color: #FFF;
}

#DOUBLE-SERUM-BLOCK-08 .Video iframe{
	 width: 100vw;
    height:56.2vw;
}
}
#DOUBLE-SERUM-BLOCK-08::after {
    content: " ";
    position: absolute;
    width: 315px;
    height: 804px;
    top: 0;
    right: 0;
    background-image: url(img/background-08-right.jpg);
}
@media screen and (max-width:1023px){
	#DOUBLE-SERUM-BLOCK-08::after {
		content: " ";
		position: absolute;
		width: 184px;
		height: 184px;
		top: auto;
		right: 0;
		background-image: url(img/background-08-right.jpg);
		background-size:cover;
		background-position:bottom right;
		bottom:180px;
	}
}
#DOUBLE-SERUM-BLOCK-09 {
 /*   background-image: url(img/background-09.jpg);
    background-position: top center;*/
    height: 755px;
	background-color:#f1f1f1;


}
@media screen and (max-width:1023px){
#DOUBLE-SERUM-BLOCK-09 {
     height: auto;
	overflow:visible;
	padding-top:300px;
}
}
@media screen and (max-width:761px){
#DOUBLE-SERUM-BLOCK-09 {
    font-size:14px;
	line-height:1.4em;
}
}
@media screen and (min-width:1024px){
#DOUBLE-SERUM-BLOCK-09 .ContentBox {
    background-color: transparent;
    border: 0px solid;
    top: 205px;
    right: 50%;
    max-width: 485px;
    position: absolute;
    width: calc(50% - 30px);
    text-align: left;
    padding: 0;
}
}
@media screen and (max-width:761px){
#DOUBLE-SERUM-BLOCK-09 .ContentBox {
    background-color: transparent;
    border: 0px solid;

    max-width: 485px;
    text-align: left;
    padding: 20px;
}
}
#DOUBLE-SERUM-BLOCK-09 .Photo{
	position:absolute;
	
}
#DOUBLE-SERUM-BLOCK-09-PHOTO-01{
    right: 50%;
    top: -270px;
    margin-right: 42px;
    border: 10px solid #f1f1f1;
	position:absolute;
}
@media screen and (max-width:1023px){
    #DOUBLE-SERUM-BLOCK-09-PHOTO-01 {
        margin:0;
        margin-top:80px;
        width:330px;
        left:calc(50% - 340px);
        z-index:2;	
        
    }
}
@media screen and (max-width:761px){
#DOUBLE-SERUM-BLOCK-09-PHOTO-01 {
	margin:0;
    margin-top:-180px;
	width:230px;
	left:calc(50% - 125px);
	z-index:2;	
	
}
#DOUBLE-SERUM-BLOCK-09-PHOTO-01 img{
   width:100%;
   display:block;
}
}
@media screen and (max-width:761px){
#DOUBLE-SERUM-BLOCK-09-PHOTO-01 {

    margin-top:0px;
	
}

}
#DOUBLE-SERUM-BLOCK-09-PHOTO-01::after{
	content:" ";
	position:absolute;
	width:200px;
	height:200px;
	background-image: url(img/leaf.png);
	background-repeat:no-repeat;
	top:10px;
	left:-170px;
}
@media screen and (max-width:1023px){
#DOUBLE-SERUM-BLOCK-09-PHOTO-01::after{
	content:" ";
	position:absolute;
	width:120px;
	height:120px;
	top:30px;
	left:-70px;
	background-size:contain;
}
}

#DOUBLE-SERUM-BLOCK-09-PHOTO-02{
    right: 50%;
    top: 190px;
    margin-right: -40px;	position:absolute;
}
@media screen and (max-width:1023px){
#DOUBLE-SERUM-BLOCK-09-PHOTO-02 {
	margin:0;
    margin-top:0;
	width:120px;
	right:calc(50% + 120px);
	top:170px;
}
#DOUBLE-SERUM-BLOCK-09-PHOTO-02 img{
   width:100%;
   display:block;
}
}
@media screen and (max-width:761px){
    #DOUBLE-SERUM-BLOCK-09-PHOTO-02 {
         margin:0;
        margin-top:0;
        width:80px;
        right:calc(50% + 60px);
         top:220px;
    }
}
#DOUBLE-SERUM-BLOCK-09-PHOTO-03{
    left: 50%;
    top: -125px;
    margin-left: 135px;	position:absolute;
}
@media screen and (max-width:1023px) and (min-width:762px){
    #DOUBLE-SERUM-BLOCK-09-PHOTO-03 {
        margin: 0;
        margin-top: 0;
        width: 405px;
        left: calc(50% - 20px);
        top: -40px;
        
    }
    #DOUBLE-SERUM-BLOCK-09-PHOTO-03 img{
       width:100%;
       display:block;
    }
    }
@media screen and (max-width:761px){
#DOUBLE-SERUM-BLOCK-09-PHOTO-03 {
    margin:0;
    margin-top:0;
	width:215px;
	left:calc(50% - 40px);
	 top:40px;
	
	
}
#DOUBLE-SERUM-BLOCK-09-PHOTO-03 img{
   width:100%;
   display:block;
}
}
#DOUBLE-SERUM-BLOCK-10 {
    background-image: url(img/background-10.jpg);
    background-position: top center;


}
@media screen and (min-width:1024px){
#DOUBLE-SERUM-BLOCK-10 {
    height: 736px;
}
#DOUBLE-SERUM-BLOCK-10 .ContentBox {
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    max-width: 500px;
    margin-left: 75px;
    position: absolute;
    width: calc(50% - 105px);
}
}
@media screen and (max-width:1023px) and (min-width:762px){
#DOUBLE-SERUM-BLOCK-10 {
	 height: 590px;
	 background-size: auto 590px;
}
#DOUBLE-SERUM-BLOCK-10 .ContentBox {
     top: 80px;   
	  transform: none;
   right:20px;

    max-width: 500px;
    margin-left: 75px;
    position: absolute;
    width: calc(50% - 20px);
}
}
@media screen and (max-width:761px){
#DOUBLE-SERUM-BLOCK-10 {
	background-image: url(img/background-10.jpg), url(img/background-10-mobile.jpg);
    background-position: top left -86vw, top 430px left -86vw;
    background-size: auto 430px, auto 430px;
	padding-top:400px;
   padding-bottom:100px;
}


#DOUBLE-SERUM-BLOCK-10 .ContentBox {
   font-size:14px;
   line-height:16px;
   padding:20px;
   margin:10px;
 
}
}


#DOUBLE-SERUM-BLOCK-10 .ContentBox .Title {
    font-size: 45px;
    color: #000;
}
@media screen and (max-width:1023px){
	#DOUBLE-SERUM-BLOCK-10 .ContentBox .Title {
    font-size: 35px;

}
}
#DOUBLE-SERUM-BLOCK-11 {
    padding-top: 60px;
}


@media screen and (max-width:1023px){
	#DOUBLE-SERUM-BLOCK-11 {
    padding-top: 20px;
}

#DOUBLE-SERUM-BLOCK-11 .Wrapper {
    margin: 10px;
}
#DOUBLE-SERUM-BLOCK-11 .Wrapper .Text {
    font-size: 14px;
    line-height:16px;
    text-align: center;
    padding:10px;
}
}


@media screen and (min-width:762px) and (max-width:1023px){
#DOUBLE-SERUM-BLOCK-11 .ProductMosaic {
    display: flex;
    justify-content: center;
    align-items: center;
}

#DOUBLE-SERUM-BLOCK-11 .ProductBlock {
    width: calc(33% - 10px);
    min-height:500px;
    position:relative;
}

#DOUBLE-SERUM-BLOCK-11 .BtnLink{
    bottom:20px;
    position:absolute;   left:0;
    width:100%;
}
}
@media screen and (min-width:1024px){
    #DOUBLE-SERUM-BLOCK-11 .ProductMosaic {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    #DOUBLE-SERUM-BLOCK-11 .ProductBlock {
        width: calc(33% - 60px);
    }
}
@media screen and (max-width:761px){
#DOUBLE-SERUM-BLOCK-11 .ProductBlock {
    width: calc(100% - 20px);
}

}



#DOUBLE-SERUM-BLOCK-11 .ProductBlock {
    border: 10px solid #ececec;
    margin: 30px;
    padding: 25px 0;
    max-width: 330px;
    box-sizing: border-box;
}

#DOUBLE-SERUM-BLOCK-11 .ProductBlock .Title {
    margin: 0;
    margin-bottom: 10px;
}

@media screen and (max-width:1023px){
#DOUBLE-SERUM-BLOCK-11 .ProductBlock {
   margin:10px auto;
   
   padding: 15px 0;
}

}


#DOUBLE-SERUM-BLOCK-11 .ProductBlock p {
    margin: 0;
}

#DOUBLE-SERUM-BLOCK-11 .ProductBlock .BtnShopLink {
    display: block;
    margin-top: 30px;
}
@media screen and (max-width:1023px){
#DOUBLE-SERUM-BLOCK-11 .ProductBlock .BtnShopLink {
    display: block;
    margin-top: 10px;
}	
}
#DOUBLE-SERUM-BLOCK-11 .ProductBlock figure {
    margin: 0;
    padding: 0;
}

#DOUBLE-SERUM-BLOCK-11 .ProductBlock .Text {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: "Kanit Light", "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;

}

#DOUBLE-SERUM-BLOCK-11 .ProductBlock .ProductName {
    margin: 0;
    font-size: 16px;
    text-align: left;
    padding: 0 30px;
    line-height:1.2em;
    font-family: "Kanit Light", "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
    padding-bottom:5px;
}
@media screen and (max-width:1023px){
#DOUBLE-SERUM-BLOCK-11 .ProductBlock .ProductName {
    text-align: center;

}
}
#DOUBLE-SERUM-BLOCK-11 .ProductBlock .ProductText {
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    text-align: left;
    padding: 0 30px;
}
@media screen and (max-width:1023px){
#DOUBLE-SERUM-BLOCK-11 .ProductBlock .ProductText {
    margin: 0;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    padding: 0 10px;
}
}
#DOUBLE-SERUM-BLOCK-11 .VideoMosaic {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 600px;
    max-width: 1250px;
    margin: 0 auto;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}
@media screen and (max-width:1023px){
#DOUBLE-SERUM-BLOCK-11 .VideoMosaic {
    /* display: block; */
    height: auto;
    flex-direction: row;
    padding: 5px;
}
}
#DOUBLE-SERUM-BLOCK-11 .VideoMosaic div:nth-child(1) {
    order: 1;
}

#DOUBLE-SERUM-BLOCK-11 .VideoMosaic div:nth-child(2) {
    order: 5;
}
@media screen and (max-width:1023px){
#DOUBLE-SERUM-BLOCK-11 .VideoMosaic div:nth-child(2) {
    order: 5;
    max-width: 50%;
    font-size: 10px;
    padding: 15px;
    box-sizing: border-box;
	line-height:1em;
}
}
#DOUBLE-SERUM-BLOCK-11 .VideoMosaic figure:nth-child(3) {
    order: 2;
}

#DOUBLE-SERUM-BLOCK-11 .VideoMosaic figure:nth-child(4) {
    order: 4;
}

#DOUBLE-SERUM-BLOCK-11 .VideoMosaic figure:nth-child(5) {
    order: 6;
}

#DOUBLE-SERUM-BLOCK-11 .VideoMosaic figure:nth-child(6) {
    order: 3;
}

#DOUBLE-SERUM-BLOCK-11 .VideoMosaic figure:nth-child(7) {
    order: 7;
}

#DOUBLE-SERUM-BLOCK-11 .VideoMosaic figure.AnimatedItem:nth-child(3){
	transition:all ease-in-out 0.2s;
}
#DOUBLE-SERUM-BLOCK-11 .VideoMosaic figure.AnimatedItem:nth-child(3)[data-anim="0"]{
	transform:scale(0.5);
	opacity:0;
}
#DOUBLE-SERUM-BLOCK-11 .VideoMosaic figure.AnimatedItem:nth-child(3)[data-anim="1"]{
	transform:scale(1);
	opacity:1;
}


#DOUBLE-SERUM-BLOCK-11 .VideoMosaic figure.AnimatedItem:nth-child(4){
	transition:all ease-in-out 0.3s;
}
#DOUBLE-SERUM-BLOCK-11 .VideoMosaic figure.AnimatedItem:nth-child(4)[data-anim="0"]{
	transform:scale(0.5);
	opacity:0;
}
#DOUBLE-SERUM-BLOCK-11 .VideoMosaic figure.AnimatedItem:nth-child(4)[data-anim="1"]{
	transform:scale(1);
	opacity:1;
}

#DOUBLE-SERUM-BLOCK-11 .VideoMosaic figure.AnimatedItem:nth-child(5){
	transition:all ease-in-out 0.6s;
}
#DOUBLE-SERUM-BLOCK-11 .VideoMosaic figure.AnimatedItem:nth-child(5)[data-anim="0"]{
	transform:scale(0.5);
	opacity:0;
}
#DOUBLE-SERUM-BLOCK-11 .VideoMosaic figure.AnimatedItem:nth-child(5)[data-anim="1"]{
	transform:scale(1);
	opacity:1;
}

#DOUBLE-SERUM-BLOCK-11 .VideoMosaic figure.AnimatedItem:nth-child(6){
	transition:all ease-in-out 0.4s;
}
#DOUBLE-SERUM-BLOCK-11 .VideoMosaic figure.AnimatedItem:nth-child(6)[data-anim="0"]{
	transform:scale(0.5);
	opacity:0;
}
#DOUBLE-SERUM-BLOCK-11 .VideoMosaic figure.AnimatedItem:nth-child(6)[data-anim="1"]{
	transform:scale(1);
	opacity:1;
}
#DOUBLE-SERUM-BLOCK-11 .VideoMosaic figure {
    display: block;
    overflow: hidden;
    margin: 16px;
    width: calc(25% - 32px);
    position: relative;

}

@media screen and (max-width:1023px){
#DOUBLE-SERUM-BLOCK-11 .VideoMosaic figure {
    width: auto;
    max-width: calc(50% - 20px);
    margin: 10px;
}
#DOUBLE-SERUM-BLOCK-11 .VideoMosaic div:nth-child(2){
 	max-width: 286px; margin: 10px;
}
#DOUBLE-SERUM-BLOCK-11 .VideoMosaic figure:nth-child(3) {
    margin-top:50px;
}
#DOUBLE-SERUM-BLOCK-11 .VideoMosaic figure:nth-child(4) {
    
}
#DOUBLE-SERUM-BLOCK-11 .VideoMosaic figure:nth-child(5) {
 
}
#DOUBLE-SERUM-BLOCK-11 .VideoMosaic figure:nth-child(6) {
  
}
#DOUBLE-SERUM-BLOCK-11 .VideoMosaic figure:nth-child(7) {
      margin-top:-50px;
}
}

@media screen and (max-width:761px){
#DOUBLE-SERUM-BLOCK-11 .VideoMosaic figure {
    width: auto;
    max-width: calc(50% - 10px);
    margin: 5px;
}
#DOUBLE-SERUM-BLOCK-11 .VideoMosaic div:nth-child(2){
 	  max-width: calc(50% - 10px); margin: 5px;  margin-top:-30px;
}
#DOUBLE-SERUM-BLOCK-11 .VideoMosaic figure:nth-child(7) {
      margin-top:-30px;
}
}

#DOUBLE-SERUM-BLOCK-11 .VideoMosaic figure a img {
    width: 100%;
    max-width: 286px;
    display: block;
    transform: scale(1);
    transition: transform ease-in-out 0.5s;
    cursor: pointer;
}
@media screen and (max-width:1023px){
#DOUBLE-SERUM-BLOCK-11 .VideoMosaic figure a::after{
    width: 30px;
    height: 30px;
    left: 8px;
    bottom: 8px;
}

}
#DOUBLE-SERUM-BLOCK-11 .VideoMosaic figure a:hover img {
    transform: scale(1.1);
}
@media screen and (min-width:1024px){
#DOUBLE-SERUM-BLOCK-11-TESTIMONY-01 {
    font-size: 16px;
    max-width: 295px;
    width: calc(25% - 32px);
}
}

@media screen and (max-width:1023px){
#DOUBLE-SERUM-BLOCK-11-TESTIMONY-01 {
       max-width: 100%;
    width: auto;
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 0px;
}
#DOUBLE-SERUM-BLOCK-11-TESTIMONY-01 .Text {
     font-size: 2.28em;
}

}

@media screen and (min-width:1024px){
#DOUBLE-SERUM-BLOCK-11-TESTIMONY-01 .Text {
    font-size: 42px;
}
}
#DOUBLE-SERUM-BLOCK-11 .ShareLinks {
    font-size: 22px;
    text-transform: uppercase;
    color: #be0f34;
    padding: 20px;
    margin: 0 auto;
    margin-bottom: 95px;
}
@media screen and (max-width:1023px){
#DOUBLE-SERUM-BLOCK-11 .ShareLinks {
    font-size: 22px;
    text-transform: uppercase;
    color: #be0f34;
    padding: 0px;
    margin: 0 auto;
    margin-bottom: 20px;
}
}
#DOUBLE-SERUM-BLOCK-11 .ShareLinks img {
    display: inline-block;
    margin: 15px;
}


#DOUBLE-SERUM-BLOCK-12 {
    background-image: url(img/background-12.jpg);
    background-position: top center;
    height: 500px;

}
@media screen and (max-width:1023px){
#DOUBLE-SERUM-BLOCK-12 {
    height: auto;
    background-size: auto 300px;
    background-repeat: no-repeat;
    background-color: #ae2839;
}
}
@media screen and (max-width:761px){
#DOUBLE-SERUM-BLOCK-12 {
    background-position: left -90vw top;
}
}
@media screen and (min-width:1024px){
#DOUBLE-SERUM-BLOCK-12 .ContentBox {
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    max-width: 530px;
    margin-left: 45px;
    position: absolute;
    width: calc(50% - 80px);
}
}
@media screen and (max-width:1023px){
#DOUBLE-SERUM-BLOCK-12 .ContentBox {
  padding:20px;
  margin:10px;
  margin-top:270px;
  font-size:14px;
  line-height:16px;
}
}
#DOUBLE-SERUM-BLOCK-12 .ContentBox img {
    display: block;
    max-width: 100%;
    margin: 5px auto;
}

@media screen and (max-width:761px){
    .AnimatedItem{
        transition:none;
    }
    .AnimatedItem[data-anim="0"]{
        transform:none!important;
        opacity:1!important;
    }
    .AnimatedItem[data-anim="1"]{
        transform:none!important;
        opacity:1!important;
    }
}

/*--------------DTW------------------*/
.MyContent .Testimony .Text
{
    font-size: 24px;
}
#DOUBLE-SERUM-BLOCK-04-PART-04 .Infos{
    right: 20px;
    line-height: 16px;
}
@media screen and (max-width:761px){
.MyContent .Testimony .Text{
    font-size: 18px;
}
}
@media screen and (max-width:1023px){
.MyContent .BigTitle{
 font-size: 32px;
}
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #DOUBLE-SERUM-BLOCK-04-PART-02 ul li{
    /*display: block;*/
    padding:35px;
    padding-top: 12px;
    font-size: 15px;
}
#DOUBLE-SERUM-BLOCK-01 .VideoBackground video {
    background-size: cover;
    background-repeat: no-repeat;
    width: auto;
}
.MyContent video {
    height: auto;
    width: auto;
    background-size: cover;
    background-repeat: no-repeat;
}



}

#DOUBLE-SERUM-BLOCK-04-PART-01 .BigTitle {
    width: 533px;
}

#DOUBLE-SERUM-BLOCK-04-PART-02 ul li {
    padding-bottom: 9px;
}

#DOUBLE-SERUM-BLOCK-07-PART-02 {
    top: 503px;
}

#DOUBLE-SERUM-BLOCK-04 {
    padding-bottom: 91px;
}

#DOUBLE-SERUM-BLOCK-07 {
    height: 1187px;
}

#DOUBLE-SERUM-BLOCK-07::before {
right: 45%;
top: 13px;
background-size: 49%;
}

#DOUBLE-SERUM-BLOCK-07-PART-03 {
    top: 253px;
}

#DOUBLE-SERUM-BLOCK-09 {
    height: 591px;
}

.MyContent .Testimony .Text::after {
    margin-bottom: 0.4em;
}


@media only screen and (width: 1024px){
 .MyContent{
        overflow-x: hidden !important;
      }
}

@media screen and (min-width: 1024px){
    #DOUBLE-SERUM-BLOCK-04-PART-03 {
        right: 54%;
    }

    #DOUBLE-SERUM-BLOCK-10-PART-01 {
        top: 363px;
        left: 45%;
    }
    #DOUBLE-SERUM-BLOCK-11 .ProductBlock {
        height: 519px;
    }

    #DOUBLE-SERUM-BLOCK-11 .ProductBlock {
        width: calc(33% - 19px);
    }

}
@media only screen and (max-width: 1024px){
    #DOUBLE-SERUM-BLOCK-07 {
    height: 921px;
    }

    #DOUBLE-SERUM-BLOCK-07::before {
        right: 41%;
        top: 89px;
        background-size: 66%;
    }

    #DOUBLE-SERUM-BLOCK-07-PART-02 {
        top: 586px;
        left: 39%;
    }

    #DOUBLE-SERUM-BLOCK-11 .ProductBlock {
        margin: 9px;
    }

    #DOUBLE-SERUM-BLOCK-11 .ProductBlock .ProductText {
        height: 87px;
    }
}

@media screen and (max-width: 1023px){
    #DOUBLE-SERUM-BLOCK-07-PART-01 {
        margin-left: 25vw;
    }

    #DOUBLE-SERUM-BLOCK-07-PART-02 {
        top: auto !important;
        left: 6%;
    }

    #DOUBLE-SERUM-BLOCK-03 {
        height: 252px;
    }

    #DOUBLE-SERUM-BLOCK-07-PART-03[data-open="0"] {
        transform: translateY(-75px) translateX(120px);
    }

    #DOUBLE-SERUM-BLOCK-04-PART-04 {
        padding-top: 61px;
    }

    #DOUBLE-SERUM-BLOCK-04-PART-01 .BigTitle {
        padding-left: 106px;
    }

    #DOUBLE-SERUM-BLOCK-04-PART-01 .widthResponsive{
        width: 500px;
        padding-left: 117px;
    }

    #DOUBLE-SERUM-BLOCK-04-PART-03[data-open="0"] {
        transform: translateY(64px) translateX(290px);
    }

    #DOUBLE-SERUM-BLOCK-07 {
        height: auto !important;
    }

    #DOUBLE-SERUM-BLOCK-07::before {
        top: 24px;
        margin-left: 2px;
        background-size: 53%;
    }

    #DOUBLE-SERUM-BLOCK-09 {
        height: auto !important;
    }

    #DOUBLE-SERUM-BLOCK-11 .ProductBlock .Text {
        height: 51px;
    }

    #DOUBLE-SERUM-BLOCK-11 .ProductBlock .ProductName {
        height: 44px;
    }

    #DOUBLE-SERUM-BLOCK-11 .ProductBlock .ProductText {
        height: 86px;
    }

    #DOUBLE-SERUM-BLOCK-11 .ProductBlock {
        margin: 10px;
    }

}

@media screen and (max-width: 761px){
    #DOUBLE-SERUM-BLOCK-07-PART-01 {
        margin-top: 260px;
    }

    #DOUBLE-SERUM-BLOCK-07-PART-02 {
        top: 9px;
    }

    #DOUBLE-SERUM-BLOCK-03 {
        height: 288px !important;
    }

    .MyContent .BigTitle {
        font-size: 30px;
    }

    #DOUBLE-SERUM-BLOCK-04-PART-01 .BigTitle {
        padding-left: 0px;
        width: 278px;
    }
    #DOUBLE-SERUM-BLOCK-04-PART-01 .widthResponsive{
    width: auto;
    padding-left: 0px;
    }
    

    #DOUBLE-SERUM-BLOCK-10 .ContentBox .Title {
        font-size: 29px;
    }

    #DOUBLE-SERUM-BLOCK-11 .ProductBlock {
        height: 542px !important;
        margin: 10px auto !important;
    }

    #DOUBLE-SERUM-BLOCK-08 {
        padding-top: 50px !important;
    }
}


.MyContent .CustomCTA a {
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial,sans-serif!important;
    font-size: 11px!important;
    text-transform: uppercase!important;
    color: #000!important;
    text-decoration: none!important;
    position: relative!important;
    background-color: #fff!important;
    padding: 13px 15px!important;
    display: inline-block!important;
    line-height: 14px!important;
    border: 2px solid #e5e5e5!important;
}

.CustomCTA a:hover{
border: 2px solid #9c9a9a !important;
}

#DOUBLE-SERUM-BLOCK-11 .ProductBlock .ProductName {
    padding: 0 29px;
}
#DOUBLE-SERUM-BLOCK-11 .ProductBlock .ProductText {
    height: 90px;
    padding: 0 29px;
}

/*****DTW EDITS*****/
body, html {
   overflow-x: hidden;
}
.Popin .OpenBtn{
    right: -55px;
    bottom: 39px;
}
.Popin .CloseBtn{
    right: -55px;
    bottom: 39px;
}
#DOUBLE-SERUM-BLOCK-10-PART-01 {
    top: 457px;
    left: 45%;
}
#DOUBLE-SERUM-BLOCK-07-PART-03 {
    top: 451px;
}
#DOUBLE-SERUM-BLOCK-07-PART-02 {
    top: 705px;
}
#DOUBLE-SERUM-BLOCK-07::before{
margin-right: 175px;
}
.Popin .CloseBtn {
    right: -103px;
    bottom: 39px;
}
.Popin .OpenBtn {
    right: -103px;
    bottom: 39px;
}
#DOUBLE-SERUM-BLOCK-04-PART-05 {
    top: 1154px;
    left: 50%;
    margin-left: -130px;
}
#DOUBLE-SERUM-BLOCK-04-PART-04{
        margin-top: 272px;
}
#DOUBLE-SERUM-BLOCK-09-PART-01 {
    top: -210px;
    left: 47%;
    margin-left: -285px;
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) { 

#DOUBLE-SERUM-BLOCK-04-PART-01 {
    text-align: left;
    max-width: 726px;
    padding-left: 231px;
}
#DOUBLE-SERUM-BLOCK-04-PART-03 {
    right: 50%;
}
#DOUBLE-SERUM-BLOCK-07-PART-03 {
    top: 290px;
}
#DOUBLE-SERUM-BLOCK-07::before {
    right: 10%;
    top: 107px;
    background-size: 49%;
}
#DOUBLE-SERUM-BLOCK-07::before {
    content: " ";
    position: absolute;
    width: 82%;
}
#DOUBLE-SERUM-BLOCK-09-PART-01 {
    top: -212px;
    left: 44%;
    }
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) { 
#DOUBLE-SERUM-BLOCK-04 .Wrapper {
    margin: 0 10px;
    padding-top: 50px;
}
.Popin .dtw_btn {
    right: calc(50% - 60px);
    bottom: -60px;
}
#DOUBLE-SERUM-BLOCK-04-PART-03[data-open="0"] {
    transform: translateY(120px) translateX(290px);
}
.Popin .dtw_close{
    right: 51px;
    bottom: -166px;
}
#DOUBLE-SERUM-BLOCK-04-PART-05 {
    top: 231px;
    left: 66%;
    margin-left: -130px;
    }
    .OpenBtn.DTW_open {
    right: 160px;
    bottom: 582px;
}
#DOUBLE-SERUM-BLOCK-04-PART-05 {
    top: 560px;
    }
    .CloseBtn.DTW_close {
    right: 54px;
    bottom: -163px;
}
#DOUBLE-SERUM-BLOCK-09-PART-01 {
    top: 24px;
    left: 50%;
    }
/*#DOUBLE-SERUM-BLOCK-04-PART-05 {
    top: 33px;
    left: 34%;
    margin-left: -130px;
}*/
}

@media screen and (max-width: 761px){
    .Popin .OpenBtn {
    right: calc(50% - 40px);
    bottom: 0px;
}
.OpenBtn.dtw_btn {
    top: -86px;
    right: 254px;
    bottom: 2px;
}
.Popin .CloseBtn {
    right: 29px;
    bottom: -168px;
}
#DOUBLE-SERUM-BLOCK-04-PART-05 {
    top: 237px;
    left: 88%;
    margin-left: -130px;
}
    .CloseBtn.DTW_close {
    top: 202px;
    left: 28%;
    margin-left: 0px;
}
.Popin .OpenBtn {
    right: calc(50% - -96px);
    bottom: 113px;
}
#DOUBLE-SERUM-BLOCK-07-PART-03 {
    top: 300px;
}
#DOUBLE-SERUM-BLOCK-07::before {
    top: 24px;
    margin-left: -46px;
    background-size: 53%;
}
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #DOUBLE-SERUM-BLOCK-04-PART-02 ul li{
    /*display: block;*/
    padding:35px;
    padding-top: 12px;
    font-size: 15px;
}
}
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) { 
#DOUBLE-SERUM-BLOCK-08 .Video iframe {
    width: 100vw;
    left: -35px;
    position: relative;
    height: 56.2vw;
}
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #DOUBLE-SERUM-BLOCK-04-PART-02 ul li{
    display: block;
    padding:0px;
    padding-top: 25px;
}
#DOUBLE-SERUM-BLOCK-01 .VideoBackground video {
    background-size: cover;
    background-repeat: no-repeat;
    width: auto;
}
.MyContent video {
    height: auto;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) { 
#DOUBLE-SERUM-BLOCK-07::before {
    top: 24px;
    margin-left: -43px;
}
#DOUBLE-SERUM-BLOCK-11 .ProductBlock .Text {
    font-size: 16px;
    }
    .OpenBtn.DTWOpen {
    right: -99px;
    bottom: 3px;
}
.OpenBtn.DTWOpen {
    right: 10px;
    bottom: 321px;
}
#DOUBLE-SERUM-BLOCK-09-PART-01 {
    top: 456px;
    left: 65%;
}
}

@media screen and (max-width: 761px){
.Popin .CloseBtn {
    right: 46px;
    bottom: -155px;
}
#DOUBLE-SERUM-BLOCK-09-PART-01 {
    top: 0px;
    left: 0px;
   margin-left:0px;
}
#DOUBLE-SERUM-BLOCK-04 {
    padding-bottom: 61px;
}
#DOUBLE-SERUM-BLOCK-04-PART-05 {
    top: 237px;
    left: 88%;
    margin-left: -143px;
}
.Popin .OpenBtn {
    right: calc(50% - -121px);
}
#DOUBLE-SERUM-BLOCK-10-PART-01 {
    top: 226px;
    left: 50%;
}
#DOUBLE-SERUM-BLOCK-09-PART-01 {
    top: 264px;
    left: 188px;
    margin-left: 0px;
}
.OpenBtn.DTWOpen {
    top: -747px;
    left: -39px;
}
}