.header-center {
}

.header-center.affix {
	position: fixed;
	right: 20px;
	animation: pound .20s infinite alternate;
	transform-origin: center;
}

@keyframes pound {
	to { transform: scale(1.2); }
}
