.noscript{
	color: #fff;
    position: absolute;
    top: 0;
    left:0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.95);
    z-index: 50;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex !important;
    justify-content: center;
    align-items: center;
    align-content: center;
}

body{
 overflow: hidden !important;	
}