

.vue-splash[data-v-4548af7e] {
  flex: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vue-splash__anim[data-v-4548af7e] {
  text-align: center;
  -webkit-animation: splashAnimation-data-v-4548af7e 1.3s infinite;
  animation: splashAnimation-data-v-4548af7e 1.3s infinite;
}
.vue-splash__custom-text[data-v-4548af7e], .vue-splash__text[data-v-4548af7e] {
  margin-top: 50px;
  text-align: center;
}
.vue-splash__text[data-v-4548af7e] {
  font-size: 1rem;
}
.img-loader {

    position: relative;
    animation-name: example;
    animation-duration: 10s;
    animation-iteration-count: infinite;
  }
  
  @keyframes example {
    0%   { left:0px; top:0px;}
    25%  { left:0px; top:50px;}
    50%  { left:0px; top:0px;}
    75%  { left:0px; top:50px;}
    100% { left:0px; top:0px;}
  }
