
.SplashBanner {
    display: block;
    position: relative;
    width: 100%;
    min-height: 175px;
    max-height: 200px;
    overflow: hidden;
    margin-top: 1.3em;
    margin-bottom: .2em;
    padding-top: 30px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    /* border-radius: 5px; */
}
.SplashISPD {
    background-image: url("images/splashbanner-whoweare.jpg");
    background-position: 50% 8%;
}
.SplashTablet {
    background-image: url("images/splashbanner-tablet.jpg");
    background-position: 50% 70%;
}

.SplashButton {
    display: block;
    position: absolute;
    bottom: 25px;
    right: 0;
    min-width: 47%;
    max-width: 75%;
    line-height: 1.6;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    font-size: 110%;
    border-radius: 7px 0 0 7px;
}
.SplashButton, 
.SplashButton:visited {
    background-color: #00aebd !important;    /* for older browsers */
    background-color: rgba(0,174,189, .8) !important;    /* for newer browsers */
    color: #fff !important;
}
.SplashButton:hover,
.SplashButton:active, 
.SplashButton:focus {
    background-color: #00919e !important;    /* for older browsers */
    background-color: rgba(0,145,158, .8) !important;    /* for newer browsers */
    color: #fff !important;
}

