#no-script{
    position: fixed;
    display: block;
    background: rgba(107, 101, 101, 0.53);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    outline: 0;
    z-index: 2000;
    overflow-x: hidden;
    overflow-y: hidden;
}
#no-script .section-padding-sm{
    text-align: center;
    position: relative;
    background: #fff;
    width: 500px;
    margin: 0 auto;
    border-radius: 5px;
    margin-top: 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
