@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
#catchphrase{

font-size: 30px!important;
  
}

#catchphrase2{
	font-size: 14px;
	line-height: 30px;
}

}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	#catchphrase{
		margin-top: 25px!important;
	}
}