#main {
    margin-top: 0 !important;
}

section#error {
    padding: 0;
}

#error video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    opacity: .8;
}

#error .fullscreen-bg {
    z-index: 1;
}

#error .container {
    padding: 0;
    z-index: 20 !important;
    opacity: .8;
    background-color: #484848;
    color: #fff;
    width: 100% !important;
    height: 100% !important;
    max-width: 3000px;
    overflow: hidden;
    padding: 150px 0 100px 0;
}

    #error .container .info {
        text-align: center;
    }

        #error .container .info h1 {
            font-size: 2em;
            color: #fff;
        }

        #error .container .info p {
            font-size: 1em;
        }

        #error .container .info img {
            width: 120px;
            height: 120px;
        }

@media (min-width: 992px) {
    #error .container .info h1 {
        font-size: 3em;
    }

    #error .container .info p {
        font-size: 1.4em;
    }

    #error .container .info img {
        width: 160px;
        height: 160px;
    }
}
