#main, #main-killed {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 75%
}

#main-killed {
    display: none;
}

.siteFooterBar {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
}

.siteFooterBar a {
    display: block;
    padding: 10px;
    margin: 0px auto;
    font-size: 40px;
    position: right;
    float: right;
    line-height: 40px;
}

.siteFooterBar div {
    display: block;
    padding: 10px;
    padding-top: 25px;
    margin: 0px auto;
    font-size: 10px;
    position: left;
    float: left;
    line-height: 10px;
}

@media (min-width:992px) {
    .desktop-only {
        display:block !important;
    }
}

@media (max-width: 991px) {
    .desktop-only {
        display:none !important;
    }
}
