body {
  margin:0;
  height:100%;
  background: #f1f1f1;
  /*background-image: url("../splash/logo.png");
  background-repeat:no-repeat;*/
  background-size: 100% 100%;
}
figure img {
  display: block;
  margin: auto;
  width: 20%;
}
figcaption {
     font-size: .9em;
        line-height: 1.5;
        color: #000;
        padding: 10em;
        bottom: 0;
        right: 0;
        width: 30%;
 }

.container {
  height: 100%;
  width: 100%;
  position: absolute;
}

 .center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.contain {
  display:block;
  width:100%; height:100%;
  object-fit: contain;
}

.stretch {
  display:block;
  width:100%; height:100%;
}

.cover {
  display:block;
  width:100%; height:100%;
  object-fit: cover;
}

@media (prefers-color-scheme: dark) {
  body {
    margin:0;
    height:100%;
    background: #f1f1f1;

    background-size: 100% 100%;
  }
}
