
.demo-viewport .center-page-part .demo-block {
    height: auto !important;
}


.demo-block .center {
    font-family: cursive;
    font-size: 1.3em;
    text-align: center;
    margin: 0 auto 10px;

}

.demo-block img {
    display: block;
    margin-left: auto;
    margin: 0 auto 40px;
}

.demo-block .fox {
    margin: 0 auto;
	width: 156px;
	height: 156px;
	background: url("../images/foxtail.png") 0 0 no-repeat;
    animation: play 3.75s steps(44) infinite;
}

@keyframes play {
    0% { background-position: -6864px; }
    100% { background-position: 0;}
}
