﻿.news-logo-box {text-align: center; margin: 0 0 10px 20px;}.news-logo-animation {display: block; width: 110px;height: 150px; background: url('/images/animations/vsu-news-blank-logo.png'); animation: news-logo-small-animated 4s steps(200) infinite alternate-reverse; -webkit-animation: news-logo-small-animated 4s steps(200) infinite alternate-reverse;} @-webkit-keyframes news-logo-small-animated {from { background-position: 0px; } to { background-position: -22000px;}}@-moz-keyframes news-logo-small-animated {from { background-position: 0px; } to { background-position: -22000px;}} @-o-keyframes news-logo-small-animated {from { background-position: 0px; } to { background-position: -22000px;}} @keyframes news-logo-small-animated {from { background-position: 0px; } to { background-position: -22000px;}}
