@keyframes puppenwagen {
from { background-position: 850px 520px, center bottom }
to { background-position: -200px 500px, center bottom }
}

h1 {
height:625px;
text-indent:2%;
background-image:url(puppenwagen.svg), url(gustav_mallin_closet-anlagen.jpg);
background-repeat:no-repeat;
animation: puppenwagen 14s ease-in-out infinite;
}

[itemprop="image"]{
border:none;
box-shadow:none;
}