.hero-bg {
    display: none;
}

.hero-content {
    display: none;
}

#no-script {
    align-self: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

#no-script-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 3rem;
    padding: 1rem;
    border: 0.2em double #DA0037;
    background-color: #444444;
}

#no-script-maintext {
    font-size: 2rem;
}

#no-script-subtext {
    font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
    #no-script-box {
        padding: 3rem;
    }

    #no-script-maintext {
        font-size: 3rem;
    }

    #no-script-subtext {
        font-size: 1.5rem;
    }
}