  .MyContent {
    position: relative;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    font-family: "Gotham SSm book A", "Gotham SSm book B", 'Gotham Book', Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.4em;
  }
  .MyContent .PDP-ENERGY-WRAPPER {
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    height: 712px;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
  }
  /*---------------------------------------------*/
  .MyContent .PDP-ENERGY-INGREDIENT-POPIN {
    display: none;
  }
  /*---------------------------------------------*/
  .MyContent .PDP-ENERGY-INGREDIENT {
    width: calc(50% - 20px);
    flex-basis: 100%;
    order: 1;
    height: 720px;
    position: relative;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
  }
  .MyContent .PDP-ENERGY-INGREDIENT::before {
    content: " ";
    background-image: url("../img/ingredient.jpg");
    width: 780px;
    height: 615px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
  .MyContent .PDP-ENERGY-INGREDIENT .TagTitle {
    background-color: #004d90;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    padding: 0 8px;
    margin: 30px 0;
    line-height: 30px;
    z-index: 2;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", 'Gotham Medium', Helvetica, Arial, sans-serif;
  }
  .MyContent .PDP-ENERGY-INGREDIENT .GrayBlock {
    background-color: #ececec;
    z-index: 3;
    position: relative;
    margin: 0;
    max-width: 323px;
    margin-right: 20px;
    padding: 20px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.4em;
  }
  .MyContent .PDP-ENERGY-INGREDIENT .GrayBlock .SmallTitle {
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", 'Gotham Medium', Helvetica, Arial, sans-serif;
    display: block;
    font-size: 16px;
    line-height: 1.4em;
  }
  /*---------------------------------------------*/
  .MyContent .PDP-ENERGY-INTRO {
    width: calc(50% - 20px);
    order: 2;
    margin-left: 20px;
    text-align: left;
  }
  .MyContent .PDP-ENERGY-INTRO .Title {
    font-size: 48px;
    color: #e14c21;
    line-height: 1em;
    margin: 0;
    text-transform: uppercase;
    padding-bottom: 15px;
    padding-top: 40px;
  }
  .MyContent .PDP-ENERGY-INTRO .GRedComplex {
    font-size: 0px;
    margin: 0;
    background-image: url("../img/logo-red.png");
    background-repeat: no-repeat;
    background-size: auto 60px;
    background-position: top left;
    height: 60px;
  }
  .MyContent .PDP-ENERGY-INTRO .Text {
    margin: 0;
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.4em;
  }
  /*---------------------------------------------*/
  .MyContent .PDP-ENERGY-COMPLEX {
    order: 4;
    width: calc(50% - 40px);
    margin: 0 20px;
  }
  .MyContent .PDP-ENERGY-COMPLEX .GrayBlock {
    background-color: #ececec;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url("../img/leafs.png");
    padding-left: 230px;
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin: 20px auto;
    font-size: 14px;
    padding-right: 20px;
    line-height: 1.4em;
  }
  .MyContent .PDP-ENERGY-COMPLEX .GrayBlock .SmallTitle {
    text-transform: uppercase;
    display: block;
    font-size: 16px;
    line-height: 1.4em;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", 'Gotham Medium', Helvetica, Arial, sans-serif;
  }
  .MyContent .PDP-ENERGY-COMPLEX .BtnLink {
    margin: 0;
    padding: 0;
    font-size: 0;
  }
  .MyContent .PDP-ENERGY-COMPLEX .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: #FFF;
    text-decoration: none;
    position: relative;
    background-color: #000;
    padding: 18px 30px;
    display: inline-block;
    line-height: 14px;
  }
  /*---------------------------------------------*/
  .MyContent .PDP-ENERGY-TEXTURE-EYE {
    padding-left: 556px;
    background-image: url("../img/texture-eye.jpg");
    background-repeat: no-repeat;
    background-position: left top;
    height: 270px;
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
    align-items: flex-start;
    max-width: 860px;
    box-sizing: border-box;
    margin: 50px auto;
    text-align: left;
  }
  .MyContent .PDP-ENERGY-TEXTURE-EYE .Title {
    color: #e14c21;
    font-size: 22px;
    margin: 0px;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", 'Gotham Medium', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
  }
  .MyContent .PDP-ENERGY-TEXTURE-EYE .Box {
    margin: 0;
    border: 3px solid #e14c21;
    padding: 18px;
    color: #e14c21;
    font-size: 16px;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", 'Gotham Medium', Helvetica, Arial, sans-serif;
  }
  .MyContent .PDP-ENERGY-TEXTURE-EYE .Text {
    margin: 10px 0;
  }
  .MyContent .PDP-ENERGY-TEXTURE-EYE .Mentions {
    margin: 0;
    font-size: 11px;
    opacity: 0.5;
    justify-self: flex-end;
    position: absolute;
    bottom: 0;
    line-height: 1.2em;
  }
  /*---------------------------------------------*/
  .MyContent .PDP-ENERGY-TEXTURE-SKIN {
    padding-left: 456px;
    background-image: url("../img/texture-skin.jpg");
    background-repeat: no-repeat;
    background-position: left top;
    height: 290px;
    display: block;
    position: relative;
    max-width: 860px;
    box-sizing: border-box;
    margin: 50px auto;
    text-align: left;
  }
  .MyContent .PDP-ENERGY-TEXTURE-SKIN .Title {
    color: #e14c21;
    font-size: 22px;
    margin: 0px;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", 'Gotham Medium', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
  }
  .MyContent .PDP-ENERGY-TEXTURE-SKIN .Box {
    margin: 0;
    border: 3px solid #e14c21;
    padding: 18px;
    color: #e14c21;
    font-size: 16px;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", 'Gotham Medium', Helvetica, Arial, sans-serif;
    padding-left: 110px;
    background-image: url(../img/roll-on.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    max-width: 340px;
    box-sizing: border-box;
  }
  .MyContent .PDP-ENERGY-TEXTURE-SKIN .Box strong {
    font-weight: normal;
    font-size: 30px;
    display: block;
    line-height: 1em;
  }
  .MyContent .PDP-ENERGY-TEXTURE-SKIN .Text {
    margin: 10px 0;
  }
  .MyContent .PDP-ENERGY-TEXTURE-SKIN .Mentions {
    margin: 0;
    font-size: 11px;
    opacity: 0.5;
    justify-self: flex-end;
    line-height: 1.2em;
    margin-top: 10px;
  }
  /*---------------------------------------------*/
  .MyContent .PDP-ENERGY-GEL-ENERGISANT-EYE {
    border: 3px solid #e14c21;
    padding: 25px;
    max-width: 860px;
    box-sizing: border-box;
    padding-left: 350px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .MyContent .PDP-ENERGY-GEL-ENERGISANT-EYE::before {
    content: " ";
    background-image: url("../img/product-push-eye.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    height: 268px;
    width: 300px;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
  }
  .MyContent .PDP-ENERGY-GEL-ENERGISANT-EYE .Title {
    color: #e14c21;
    font-size: 22px;
    margin: 0px;
    margin-bottom: 12px;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", 'Gotham Medium', Helvetica, Arial, sans-serif;
  }
  .MyContent .PDP-ENERGY-GEL-ENERGISANT-EYE .Text {
    max-width: 330px;
    margin: 0px;
    margin-bottom: 10px;
  }
  .MyContent .PDP-ENERGY-GEL-ENERGISANT-EYE .TextLink {
    font-size: 11px;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.2em;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", 'Gotham Medium', Helvetica, Arial, sans-serif;
    border-bottom:1px solid #eaeaea;
    display:inline-block;
  }
  /*---------------------------------------------*/
  .MyContent .PDP-ENERGY-GEL-ENERGISANT-SKIN {
    border: 3px solid #e14c21;
    padding: 25px;
    max-width: 860px;
    box-sizing: border-box;
    padding-left: 350px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .MyContent .PDP-ENERGY-GEL-ENERGISANT-SKIN::before {
    content: " ";
    background-image: url("../img/product-push-skin.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    height: 268px;
    width: 300px;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
  }
  .MyContent .PDP-ENERGY-GEL-ENERGISANT-SKIN .Title {
    color: #e14c21;
    font-size: 22px;
    margin: 0px;
    margin-bottom: 12px;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", 'Gotham Medium', Helvetica, Arial, sans-serif;
  }
  .MyContent .PDP-ENERGY-GEL-ENERGISANT-SKIN .Text {
    max-width: 330px;
    margin: 0px;
    margin-bottom: 10px;
  }
  .MyContent .PDP-ENERGY-GEL-ENERGISANT-SKIN .TextLink {
    font-size: 11px;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.2em;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", 'Gotham Medium', Helvetica, Arial, sans-serif;
    display:inline-block;
    border-bottom:1px solid #eaeaea;
  }

@media (max-width:1023px) and (min-width:762px){
    .MyContent {
  overflow:hidden;
  position: relative;
  }
  .MyContent .PDP-ENERGY-INTRO .Title{
    font-size:30px;
  } 
   .MyContent .PDP-ENERGY-INGREDIENT {
    flex-basis: 75vw;
}
  .MyContent .PDP-ENERGY-INGREDIENT::before {
    content: " ";
    background-image: url(../img/ingredient.jpg);
    width: 100%;
    height: 55vw;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background-size: 150% auto;
    background-position: top right 10%;

    box-sizing: border-box;
}
  .MyContent .PDP-ENERGY-COMPLEX .GrayBlock {
    padding: 20px;
    padding-top: 120px;
    background-position: top left;
    background-size: 150px auto;
    display: block;
    text-align: left;
    height: auto;
  } 
  
   .MyContent .PDP-ENERGY-TEXTURE-EYE{
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 420px;
    background-size: 380px auto;
    background-position: center left;
    
    height: 240px;
  }
  
  .MyContent .PDP-ENERGY-GEL-ENERGISANT-EYE{
    margin-left:20px;
    margin-right:20px;
    
  }
  .MyContent .PDP-ENERGY-TEXTURE-SKIN{
    margin-left:20px;
    margin-right:20px;
    padding-left: 400px;
    height:auto;
  }
  .MyContent .PDP-ENERGY-TEXTURE-SKIN .Text br{
    display: none;
  }
  .MyContent .PDP-ENERGY-GEL-ENERGISANT-SKIN{
    margin-left:20px;
    margin-right:20px;
  }
}

@media (max-width:761px) {
    .MyContent {
  overflow:hidden;
  position: relative;
  }
  .MyContent .PDP-ENERGY-WRAPPER {
    display: block;
    height: auto;
    position: relative;
  
    background-image: url("../img/ingredient-mobile.jpg");
    background-repeat: no-repeat;
    background-position: top center;
  }
.MyContent .PDP-ENERGY-WRAPPER::before {
  content:" ";
  position:absolute;
  top:0;
  left:0;
  background: linear-gradient(90deg, #facb8d, #fff0cf); 
  width:100%;
  height:100%;
  z-index:-1;
}
  .MyContent .PDP-ENERGY-INGREDIENT {
    width: 100%;
    margin: 0;
    align-items: flex-start;
    height: auto;
  }
  .MyContent .PDP-ENERGY-INGREDIENT::before {
    display: none;
  }
  .MyContent .PDP-ENERGY-INGREDIENT .GrayBlock {
    margin: 10px;
    margin-top: 260px;
    text-align: center;
    max-width: 760px;
    background-color:#fff;
  }
  .MyContent .PDP-ENERGY-INTRO {
    text-align: center;
    width: 100%;
    margin: 0;
  }
  .MyContent .PDP-ENERGY-INTRO .Title {
    color: #fff;
    font-size: 24px;
    padding-top: 30px;
  }
  .MyContent .PDP-ENERGY-INTRO .GRedComplex {
    background-image: url("../img/logo-red-mobile.png");
    margin: 0 auto;
    background-position: top center;
    margin-top: 10px;
  }
  .MyContent .PDP-ENERGY-INTRO .Text {
    color: #fff;
    margin: 20px;
  }
  .MyContent .PDP-ENERGY-COMPLEX {
    width: 100%;
    margin: 0;
  }
  .MyContent .PDP-ENERGY-COMPLEX .GrayBlock {
    margin: 10px;
    margin-top: 0;
    padding: 20px;
    background-image: url("../img/leafs-mobile.png");
    background-size: auto;
    background-color: #fff;
    background-position: top center;
    height: auto;
    display: block;
    padding-top: 320px;
    text-align: center;
  }
  .MyContent .PDP-ENERGY-COMPLEX .BtnLink {
    margin: 20px auto;
    padding: 0;
    font-size: 0;
    text-align: center;
  }
  .MyContent .PDP-ENERGY-TEXTURE-EYE {
    padding: 0;
    padding-top: 42vw;
    background-position: left 3vw top;
    background-size: auto 38vw;
    height: auto;
    text-align: center;
    display: block;
  }
  .MyContent .PDP-ENERGY-TEXTURE-EYE .Box {
    margin: 10px;
  }
  .MyContent .PDP-ENERGY-TEXTURE-EYE .Mentions {
    position:relative;
    bottom:auto;
  }
  
  
  .MyContent .PDP-ENERGY-TEXTURE-SKIN {
    padding: 0;
    padding-top: 55vw;
    background-position: left 5vw top;
    background-size: auto 50vw;
    height: auto;
    text-align: center;
    display: block;
  }
  .MyContent .PDP-ENERGY-TEXTURE-SKIN .Box {
    margin: 10px;
    text-align:left;
    max-width:100%;
  } 
  .MyContent .PDP-ENERGY-TEXTURE-SKIN .Text br{
    display: none;
  }
  .MyContent .PDP-ENERGY-GEL-ENERGISANT-EYE {
    margin: 10px;
    padding-left: 150px;
  }
  .MyContent .PDP-ENERGY-GEL-ENERGISANT-EYE::before {
   
    width: 130px;
   
  }
  .MyContent .PDP-ENERGY-GEL-ENERGISANT-SKIN {
    margin: 10px;
    padding-left: 150px;
    margin-top:80px;
  }
  .MyContent .PDP-ENERGY-GEL-ENERGISANT-SKIN::before {
   
    width: 130px;
   
  }
}