#PDP-Summer{
	background-image:url(img/banner.jpg);
	max-width:1170px;
	height:367px;
	position:relative;
	margin:0 auto;
	background-repeat:no-repeat;
	background-position:top center;
	min-width:320px;
}
@media screen and (max-width:1023px) {
#PDP-Summer{
	background-position:top left -130px;
}
}
@media screen and (max-width:761px) {
#PDP-Summer{
    background-position: top left;
    background-size: 190vw auto;
    padding-top: 60vw;
	height:auto;
}
}
#PDP-Summer .Wrapper{
	background-image:url(img/title.png);
	display:block;
	position:absolute;
	left:50%;
	top:50%;
	transform:translateY(-50%);
	width:427px;
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#fff;
	text-align:center;
	padding:25px;
	box-sizing:border-box;
}
@media screen and (max-width:1023px) {
#PDP-Summer .Wrapper{
	width:380px;left:auto;
	right:30px;
}
}
@media screen and (max-width:761px) {
#PDP-Summer .Wrapper{
	width:300px;
	top:auto;
	left:auto;
	right:auto;
	transform:none;
	display:block;
	margin:0 auto;
	position:relative;
}
}
#PDP-Summer .Wrapper .Title{
	opacity:0;
	font-size:0;
	height:115px;
}
#PDP-Summer .Wrapper .SubTitle{
	color:#000;
	margin: 0;
	font-size: 32px;
	line-height: 1em;
	font-weight: normal;
	font-family: ClarinsRegular, Clarins;
}
#PDP-Summer .Wrapper .Text{
	margin:15px auto;
	font-size:16px;
	font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
	line-height: 1.4em;
}
#PDP-Summer .Wrapper .TextLink {
	margin:0;
}
#PDP-Summer .Wrapper .TextLink a{
	color:#000;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 1em;
	text-decoration:none;
	border-bottom:1px solid #ececec;
}
#PDP-Summer .Wrapper .TextLink a:hover{
	color:#be0f34;
	border-bottom:1px solid #be0f34;
}




/*DTW EDIT*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
	#PDP-Summer{
		margin-left: 20px;
	}
}

h1.Title {
    margin-bottom: 18px;
}