.MyContent {
	display: block;
	position: relative;
	max-width: 1250px;
	margin: 0 auto;
	font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
	line-height: 1.75em;
	font-size: 16px;
}
.MyContent .BtnLink {
	margin: 0;
}
.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: #FFF;
	text-decoration: none;
	position: relative;
	background-color: #000;
	padding: 18px 30px;
	display: inline-block;
	line-height: 14px;
}
.MyContent .Palette-4-Colors-Title{
  width:100%;
  max-width:1048px;
  margin:0 auto;
  box-sizing:border-box;
  position:relative;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.MyContent .Palette-4-Colors-Title .MainTitle{
  font-weight:normal;
  padding:0;
  margin:0;
  font-size:35px;
  line-height:1em;
  padding:20px;
  font-family: ClarinsRegular, Clarins;
}
.MyContent .Palette-4-Colors-Title .Text{
  font-weight:normal;
  padding:0;
  margin:0;
  font-size:14px;
  line-height:1.4em;
  padding-bottom:15px;
}
.MyContent .Menu-palette ul{
  display:flex;
  list-style:none;
  margin:0 auto;
  margin-bottom:-70px;
  width:100%;
  padding:0;
  justify-content:center;
  align-items: center;
  position:relative;
  z-index:2;
  height: 137px;
}
.MyContent .Menu-palette ul li{
  /*max-width:95px;*/
  flex-basis:95px;
  margin:5px;
  transition: all ease-in-out 0.1s;
  cursor:pointer;
}
.MyContent .Menu-palette ul li[data-selected="1"]{
 /*max-width:137px;*/
 flex-basis:137px;
 transition: all ease-in-out 0.3s;
}
.MyContent .Menu-palette ul li img{
 max-width:100%;
}
.MyContent .Palette-4-Colors{
  width:100%;
  max-width:1048px;
  height:486px;
  margin:0 auto;
  border:2px solid;
  box-sizing:border-box;
  position:relative;
  display:none;
  margin-bottom:120px;
  flex-direction: column;
  padding-left:645px;
  padding-right:72px;
  padding-top:114px;
}

.MyContent .Palette-4-Colors[data-selected="1"]{
  display:flex;
}
.MyContent .Palette-4-Colors::before{
  content:" ";
  width:636px;
  height:4px;
  background-color: #fff;
  top:-2px;
  left:calc(50% - 318px);
  position: absolute;
}
.MyContent .Palette-4-Colors .Title{
  font-weight:normal;
  padding:0;
  margin:0;
  font-size:25px;
  line-height:1em;
  padding-bottom:15px;
  font-family: ClarinsRegular, Clarins;
}
.MyContent .Palette-4-Colors .Text{
  font-weight:normal;
  padding:0;
  margin:0;
  font-size:14px;
  line-height:1.4em;
  padding-bottom:15px;
}
.MyContent .Palette-4-Colors .ProductName{
  font-weight:normal;
  padding:0;
  margin:0;
  font-size:14px;
  line-height:1.4em;
  padding-bottom:15px;
}
.MyContent .Palette-4-Colors .Polaroid{
  position:absolute;
  top:167px;
  left:308px;
}
.MyContent .Palette-4-Colors .Polaroid img{
  position:relative;
  z-index:3;
}
.MyContent .Palette-4-Colors .Polaroid::before{
  content:" ";
  width:314px;
  height:379px;
  background-color: #000;
  border:16px solid #f2f2f2;
  border-bottom:80px solid #f2f2f2;
  position:absolute;
  box-sizing:border-box;
  top:-25px;
  left:-23px;
  transform:  translateZ(0)  rotate(-6.1deg);
  -webkit-backface-visibility: hidden;
  z-index:2;
}
.MyContent .Palette-4-Colors .Polaroid::after{
  content:" ";
  width:314px;
  height:401px;
  position:absolute;
  background-repeat:no-repeat;
  background-image: url(img/box-shadow.png);
  background-position: bottom center;
  top:-25px;
  left:-23px;
  transform: rotate(-6.1deg);
  z-index:1;
}
.MyContent .Palette-4-Colors .Texture{
  position: absolute;
  top: 71px;
  left: 10px;
  display: flex;
  width: 710px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}

/*----------------------------------*/
#Palette-01-nude{
  border-color: #b57274;
}
#Palette-01-nude .Title{
  color: #b57274;
}
#Palette-01-nude .Polaroid::before{
  background-color: #f6cbc6;
}
/*----------------------------------*/
#Palette-02-rosewood {
  border-color: #b26070;
}
#Palette-02-rosewood  .Title{
  color: #b26070;
}
#Palette-02-rosewood .Polaroid::before{
  background-color: #f1c9ce;
}
/*----------------------------------*/
#Palette-03-flame {
  border-color: #d06b56;
}
#Palette-03-flame .Title{
  color: #d06b56;
}
#Palette-03-flame .Polaroid::before{
  background-color: #f4cfb5;
}
/*----------------------------------*/
#Palette-04-brown-sugar {
  border-color: #82533b;
}
#Palette-04-brown-sugar .Title{
  color: #82533b;
}
#Palette-04-brown-sugar .Polaroid::before{
  background-color: #debca9;
}
/*----------------------------------*/
#Palette-05-jade {
  border-color: #28635e;
}
#Palette-05-jade .Title{
  color: #28635e;
}
#Palette-05-jade .Polaroid::before{
  background-color: #ccdbd9;
}
/*----------------------------------*/
#Palette-06-midnight{
  border-color: #32487e;
}
#Palette-06-midnight .Title{
  color: #32487e;
}
#Palette-06-midnight .Polaroid::before{
  background-color: #cdd8e7;
}
@media screen and (max-width:1023px) {
  .MyContent .Palette-4-Colors{
    padding:72px;
    padding-bottom:390px;
    height:auto;
    text-align: center;
  }
  .MyContent .Palette-4-Colors .Polaroid{
    position:absolute;
    top: auto;
    bottom:30px;
  }
  .MyContent .Palette-4-Colors .Texture{
    top: auto;
    bottom:0px;
  }
  
}
@media screen and (max-width:761px) {
  .MyContent .Palette-4-Colors{
    padding:20px;

    padding-top:50px;
    height:auto;
    text-align: center;
  }
  .MyContent .Palette-4-Colors .Polaroid{
    left: calc(50% - 70px);
    transform: scale(0.5);
    top: 60px;
    bottom: auto;
    transform-origin: top center;
  }
  .MyContent .Palette-4-Colors .Texture{
top: 20px;
    bottom: auto;
    left: 0;
    right: auto;
    transform: scale(0.5);
    width: 380px;
    transform-origin: top left;
  }
  .MyContent .Menu-palette ul {
	  flex-wrap: wrap;
    width: 230px;
	margin-bottom:10px;
	}
	.MyContent .Menu-palette ul li {
	max-width: 77px;
    margin: -8px -2px;
    transition: all ease-in-out 0.1s;
    cursor: pointer;
    transform: scale(0.69);
}
.MyContent .Menu-palette ul li[data-selected="1"] {
    max-width: 77px;
    transition: all ease-in-out 0.3s;
    transform: scale(1);
}
.MyContent .Palette-4-Colors::before{
	display:none;
}
.MyContent .Palette-4-Colors[data-selected="1"] {
    display: flex;
    margin: 20px;
    padding-top: 280px;
    width: calc(100% - 40px);
}
}
/***DTW EDITS***/
.Palette-4-Colors-Title img {
    width: initial;
}
.Palette-4-Colors img {
    width: auto!important;
}
@media only screen and (min-width:1024px) {
.Palette-4-Colors img {
    margin-bottom: -57%;
  }
}