.dodge {
	transition: padding-top 1s ease-out;
}

.dodge:hover {
	padding-top: 100em;
}
