﻿@media only screen and (max-width : 767px) {
	.navbar-toggle .icon-bar{
		background:black;
	}
	.hero {
		background-position: -700px -60px !important;
		background-repeat: no-repeat !important;
	}
	.hero-image img {
		right: 48% !important;
		transform: translateX(50%);
		max-height: 200px !important;
	}
}
