// .e_wrapper_splash{
//     position: relative;
//     height: 100vh;
//     width: 100vw;
//   }
//   .e_img{
//     position: absolute;
//     top: 45%;
//     left: 42%;
//     animation: img-zoom-out 3s 1s forwards;
//   }
//   @keyframes img-zoom-out {
//   0%{
//   position: absolute;
//   top: 45%;
//         left: 42%;
//         height: 100px;
//   }
  
//   100%{
//   position: absolute;
//   height: 50px;
//   left: 2%;
//   top: 2%;
//   }
//   }