  
html #content { overflow:hidden; }  
html #content h1 { position:relative; z-index:600; }
html #content h2 { position:relative; z-index:200; margin: 21px 76% -42px -4%; font-size: 120px; color: #ffc8c8; letter-spacing: -5px; }
html #content p { position:relative; z-index: 600;}  
  
@media (min-width: 720px) {

  html #content h2 { margin: 60px 76% -70px -5%; font-size: 155px; text-align: right; }  

}

@media (min-width: 960px) {

  html #content h2 { margin: 60px 76% -70px -5%; }  

}
