 
@media screen and (min-width:0px) and  (max-width:480px) {
	
.text-parallax-content{
  overflow: hidden;
  color:#ffdd74;
  font-size:70px;
  line-height:70px;
 }
 
 .fade-title{
  font-family: 'Playfair Display', serif;
  position: absolute;
  top:-0.2em;
  left: 0;
  font-size: 2em;
  font-style:italic;
  opacity: 0.05;
  color: #000;
}

}