@media screen and (max-width: 768px) {
	.header .logo {
	    display:none!important;
	}
	.inner-title h2
	{
		font-size:1.4em;

	}
	.city video
	{
		width:100%!important;
	}
}

@media screen and (min-width: 770px) {
	.contact-mobile 
	{
		display:none!important;

	}
		.inner-title h1,.inner-title h3
	{
		top:-10px!important;

	}
	.social-icon a
	{
		font-size:1.6em;
	}
}
.inner-title h1 span,.social-icon a
{
	color:orange!important;
	font-weight:900!important;
}
