@keyframes rotator{0%{transform:rotate(0)}to{transform:rotate(359deg)}}@keyframes sway{0%{transform:rotate(0) translateY(0)}50%{transform:rotate(2deg) translateY(4px)}75%{transform:rotate(4deg) translateY(-2px)}to{transform:rotate(0) translateY(0)}}.articlefullimage{background-color:var(--mrn-background-default);background-position:50%;background-repeat:repeat-x;background-size:cover;display:flex;height:500px;justify-content:center;overflow:hidden;width:100%}@media only screen and (max-width:920px){.articlefullimage{height:300px}}
