.noscript_warning {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 101;
    font-family: "Montserrat-Regular", sans-serif;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background-color: #ae0000;
    padding: 10px 0 10px 0;
}
