#md-splashscreen {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1000;
  left: 0;
  top: 0;
}

#md-splashscreen > .md-logo {
  position: absolute;
}

#md-splashscreen > .md-logo > div:first-child {
  @media (max-width: 600px) {
    width: 98%;
    height: 100%;
  }

  @media (min-width: 601px) and (max-width: 1024px) {
    width: 98%;
    height: 100%;
  }

  @media (min-width: 1025px) {
    width: 80%;
    height: 80%;
  } 
}

#md-splashscreen > .md-logo > div:first-child > div > img {
  width: 100%;
  height: auto;
}

#md-splashscreen > .md-logo .md-logo-motto {
  @media (max-width: 600px) {
    margin-top: 20px;
    text-align: center;
  }

  @media (min-width: 601px) and (max-width: 1024px) {
    margin-top: 20px;
    text-align: center;
  }

  @media (min-width: 1025px) {
    margin-top: 20px;
    text-align: right;
  } 
}
