@keyframes anim1 {
    0% {
        right: 1%;
        top: 1%;
    }
    33% {
        right: -1%;
        top: -1%;
    }
    66% {
        right: 3%;
        top: -3%;
    }
    100% {
        right: 1%;
        top: 1%;
    }
}


/* .frontpage .light .image__container > svg {
animation: anim1 4s ease-in-out infinite;
} */
  