#storyText {
	--stf-begin-y: 0;
	--stf-end-y: 0;
	--stf-flowsec: 0;
}

#storyText[data-stat=""] {
	visibility: hidden;
}
#storyText[data-stat="flow"] {
	animation-name: frontStoryflow;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-duration: var(--stf-flowsec);
}

.vis-face.for_top .story {
	max-height: 52%;
}

@keyframes frontStoryflow {
	0% {
		transform: translateY(var(--stf-begin-y));
	}
	100% {
		transform: translateY(var(--stf-end-y));
	}
}


@media only screen and (min-width:641px) {
	
}
@media only screen and (min-width:1281px) {
	
}