#splash .iframe-container img {
  width: 100vw;
  height: 100vh;
}
#splash {
  position: fixed;
  z-index: 999;
  background: #fff;
  width: 100%;
  height: 100%;
  background: url('../../../content/dam/gainsborough/home-page/splashscreen/Logo_Resolve_1920x1080_V1_25frames_256Colours.gif');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  #splash {
    background: url('../../../content/dam/gainsborough/home-page/splashscreen/MOBILE_Logo_Resolve_480x800_V1_256colours_25frames.gif');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}
