body {
    height: 100%;
    max-width: 1920px;
    background-color: #000;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.col-xs-6 {
    padding: 0;
}

.splash-sport {
    Z-index: 1;
    height: 50vh;
}

.splashbg {
    object-fit: cover;
}

.coming-soon {
    position: absolute;
    top: 60%;
    text-align: center;
    width: 100%;
    color: #ffd700;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 1px 1px #000;
}

.top-l {
    background-color: #111;
    background-image: url("../img/hockeybg.jpg");
    background-repeat: no-repeat;
    background-size: auto 100%;
    object-fit: cover;
    background-position: center;
}

.top-l:hover {
    background: url("../img/hockeybg-hover.jpg") no-repeat;
    background-size: auto 100%;
    Z-index: 1;
    object-fit: cover;
    object-position: bottom;
    background-position: center;
}

.top-r {
    background-color: #111;
    background-image: url("../img/soccerbg.jpg");
    background-repeat: no-repeat;
    background-size: auto 100%;
    object-fit: cover;
    background-position: center;
}

.top-r:hover {
    background: url("../img/soccerbg-hover.jpg") no-repeat;
    background-size: auto 100%;
    Z-index: 1;
    object-fit: cover;
    background-position: center;
}

.bottom-l {
    background-color: #111;
    background-image: url("../img/lacrossebg.jpg");
    background-repeat: no-repeat;
    background-size: auto 100%;
    object-fit: cover;
    background-position: center;
}

.bottom-l:hover {
    background: url("../img/lacrossebg-hover.jpg") no-repeat;
    background-size: auto 100%;
    Z-index: 1;
    object-fit: cover;
    background-position: center;
}

.bottom-r {
    background-color: #111;
    background-image: url("../img/egamingbg.jpg");
    background-repeat: no-repeat;
    background-size: auto 100%;
    object-fit: cover;
    background-position: center;
}

.bottom-r:hover {
    background: url("../img/egamingbg-hover.jpg") no-repeat;
    background-size: auto 100%;
    Z-index: 1;
    object-fit: cover;
    background-position: center;
}

.splashcentered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    Z-index: 1;
}


.splashcentered img {
    height: 40vh;
    margin-left: auto;
    margin-right: auto;
}

.splashlogocentered {
    text-align: center;
    Z-index: 100;
    position: absolute;
    top: 40%;
}

.splashlogocentered img {
    height: 125px;
}

.splashfootercentered {
    text-align: center;
    Z-index: 100;
}

.splashfootercentered img {
    height: 30px;
    margin-top: 10px;
}