html, body {
    height: 100%;
}
.splash {
    width: 100%;
    height: 100%;
    min-width: 765px;
    min-height: 691px;
    background-image: url(../img/vision-back.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}