body,html{
	margin:0;
	padding:0;
	overflow-x:hidden;
}

.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, Times New Roman, sans-serif;
	line-height: 1.75em;
	font-size: 16px;
	overflow-x:hidden;
}

.MyContent *{
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}
@media screen and (min-width: 1250px) {
.MyContent{
	overflow-x:visible;
}
}

.MyContent .MyBlock{
	margin:0;
	padding:0;
	position:relative;
	background-position:top center;
	background-repeat:no-repeat;
	width:100%;
}


.MyContent p{
	margin:0;
	padding:0;
}
.MyContent .BtnLink {
	margin: 0;
}
.MyContent .BtnLink a {
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, Times New Roman, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	position: relative;
	background-color: #000;
	padding: 16px 30px;
	display: inline-block;
	line-height: 14px;
	border:2px solid #000;
}
@media screen and (max-width: 761px) {
	.MyContent .BtnLink a {
		padding: 16px 20px;
	}
}

.MyContent p.Title{
	margin:0;
	margin-bottom:10px;
	font-size: 14px;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, Times New Roman, sans-serif;
	dispaly:block;
	color:#be0f34;
	text-transform:uppercase;
	line-height:1em;
}
.MyContent h2.Title{
	margin: 0;
	font-size: 35px;
	line-height: 1em;
	font-weight: normal;
	font-family: Times New Roman;
}

/*---------------------------------------------------------*/
#PDP-VELVET-LIPS{
	position:relative;
	z-index:1;
	max-width:1170px;
	margin:0 auto;
	height:auto;
	box-sizing:border-box;
	display:flex;
	align-items:center;
	justify-content:center;
	
}
@media screen and (max-width: 1023px) {

#PDP-VELVET-LIPS img{
	max-width:400px;
}
}

@media screen and (max-width: 761px) {
#PDP-VELVET-LIPS{
	height:auto;
	flex-direction:column;
	text-align:center;
	padding-bottom:40px;
	
}
#PDP-VELVET-LIPS img{
	max-width:100%;
}
}
#PDP-VELVET-LIPS h1{
	z-index:2;
	margin: 0;
	font-size: 35px;
	line-height: 1em;
	font-weight: normal;
	font-family: Times New Roman;
	position:relative;
	display:block;
}
@media screen and (max-width: 761px) {
#PDP-VELVET-LIPS h1{
	text-align:center;
}
}
#PDP-VELVET-LIPS h1 span{
	font-size:0;
	background-image:url(img/PDP-title.png);
	background-repeat:no-repeat;
	background-position:top left;
	background-size:100% auto;
	width:277px;
	height:191px;
	display:block;
}
@media screen and (max-width: 761px) {
	#PDP-VELVET-LIPS h1 span{
		margin:0 auto;
		width:216px;
		height:145px;
	}
}

#PDP-VELVET-LIPS .Text{
	margin:18px 0;
}
@media screen and (max-width: 761px) {
	#PDP-VELVET-LIPS .Text{
		margin-top:10px;
	}
}

/*DTW Edits*/
@media screen and (max-width: 761px){
#PDP-VELVET-LIPS .Text {
    width: 310px;
}
}