@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.headhome .cvt-hover-nav {
		transform: translateY(21px);
	}
}

@media only screen and (min-width: 1200px) {
	.headhome .cvt-hover-nav {
		transform: translateY(16px);
	}
}
