body.bw-filter {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    filter: grayscale(100%);
    z-index: -1;
}

body {
    background-repeat: no-repeat;
    background-position: top center; /* bottom center*/
    background-image: url(./images/backgrounds/bg.png);
    background-color: #1b0303;
    background-attachment: fixed;
    background-size: cover;
}

.main-header-cover {
    background-repeat: no-repeat;
    background-position: center;
    background-color: #1b0303;
    background-size: cover;
    width: 100%;
    aspect-ratio: 1280 / 400;
    max-height: 400px;
}


/* jumbotron mask */
.mask {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-attachment: fixed
}

/* character table transparent */
table tr td, table tr th {
    background-color: rgba(255, 255, 255, 0.2) !important;
}

/* offcanvas - gamepanel */
.offcanvas-body section.box-item {
    margin: 0 0 40px 0;
}

.offcanvas-body .character-tile-info a {
    color: #fff;
}