.placeholder{overflow:hidden;background:#000;position:relative;animation-duration:1.7s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-timing-function:linear;animation-name:placeholderAnimate;background:#f6f7f8;background:linear-gradient(90deg,#eee 2%,#ddd 18%,#eee 33%);background-size:1300px;max-width:100%}@keyframes placeholderAnimate{0%{background-position:-650px 0}to{background-position:650px 0}}