#splashImg {
    margin:0 auto;
    width:100%;
    max-width:775px;
}

#splashImg > img {
    object-fit: scale-down;
    max-width: 100%;
    cursor: pointer;
}

#splashButton {
    margin:10px auto;
    width:100%;
    max-width:300px;
}

.button {
    display: block;
    width: 100%;
    line-height: 30px;
    font-size: 0.75em;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #3ac1ed;
    background-image: url("/images/buttonArrow.png");
    background-repeat: no-repeat;
    background-position: right top;
    text-indent: 15px;
    text-decoration: none;
    text-align: left;
}

.button:hover {
    background-color: #019ed8;
    cursor: pointer;
}

a {
    display:none;
}