@media screen and (max-width: 575px) {
	
	#logo-wrapper {	padding: 1em 0.5em; }
	
	/* Deco Title Styles */
	
	h1.deco-title { font-size: 1.8rem; }
	h2.deco-title { font-size: 1.4rem; }
	h3.deco-title { font-size: 1.2rem; }
	h4.deco-title { font-size: 1rem; }
	h5.deco-title { font-size: 0.8rem; }

	h2.deco-eylet { font-size: 1.4rem; }
	h3.deco-eylet { font-size: 1.2rem; }
	h4.deco-eylet { font-size: 1rem; }
	h5.deco-eylet { font-size: 0.8rem; }
	h6.deco-eylet { font-size: 0.6rem; }
	
	.block-wrapper.aspect-image { aspect-ratio:auto !important; padding-top:2em; padding-bottom:2em;  }
	
	.hidden-on-mobile { display: none; }
	
}
