.splash-holder {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: -45%;
    display: table-cell;
    overflow: hidden;
    vertical-align: bottom;
}

.splash-holder img {
    min-width: 100%;
    position: relative;
    float: right;
    clear: none;
    margin-left: -60%;
    top: -45%;
    min-height: 145%;
}

