@media only screen and (max-width: 768px) {

	.HeaderContainer {
		background: none;
		height: auto;
		overflow: auto;
	}
	.HeaderContainer * {
		color: white !important;
	}
	.HeaderContainer .HeaderField {
		height: auto;
	}

}