@media screen and (max-width:1279px) {
	.fullHeader {
		display: none;
	}
	.smallHeader {
		display: block;
	}
}