@media only screen and (max-width: 480px) {
	#mobile_site_logo {
		display: block;
	}

	#title_section {
		position: absolute !important;
		top: 100px;
	}
}