.visual {width: 100%; height: calc(100vh - 60px); overflow: hidden;}
.visual img {animation: kenburns-bottom 15s ease-out alternate infinite; width: 100%; height: 100%; object-fit: contain;}
.visual video {width: 100%; height: 100%; object-fit: cover;}
/* @keyframes kenburns-bottom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 84%;
            transform-origin: 50% 84%;
            object-position: 0 54%;
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
            object-position: 0 26%;
  }
} */