@media only screen and (min-width: 780px) and (min-aspect-ratio: 0.65) and (max-aspect-ratio: 4/3) {
   #boxSplash img {
      /* center img vertically */
      position: absolute;
      width: 80%;
      top: 53%;
      left: 50%;
      transform: translate(-50%, -50%);
   }
}
