.flip.flip-active .flip-dropdown{
	max-height: 500px;
}
.flip-dropdown{
	max-height: 0;
	overflow: hidden;
	transition: all linear 0.3s;
}
