@media only screen and (max-width: 767px) {
	section.mah-header:first-child {
	  position: fixed !important;
	  top: 0px;
	  z-index: 500;
	  width: 100% !important;
	  transition: 1s !important;
	}

	.mah-header.mah-header-inactive {
	  top: -100px !important;
	  transition: .75s !important;
	}
}