@media only screen and (min-width: 600px) and (orientation:landscape){
.quote{

	display: none !important;
}
}

@media only screen and (max-width:768px){
	.content p{

	padding-left:0px !important; 
	padding-right:0px !important;


	}
}
	
@media only screen and (max-width: 600px) and (orientation:portrait){

	#canvas{

		display: none !important;
	}

	.quote{
		display: block;
		font-size:20px;

	}
}