﻿#splash-container {
  background-color: #FBFBFB;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.splash-video {
  content: url(../video/mgames_intro_v7.gif);
  width: 100%;
  max-width: 600px;
  height: auto;
}