/**
 * Additional styles for Anime demo
 */

/* Site Background */
body:after {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url('../images/site-background.png');
    background-size: cover;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: -1;
}
.content-wrap {
    background: rgba(11, 11, 11, 100);
}

/* Boxed container */
.content-wrap {
    max-width: 1240px;
}
