.mobile-wrapper{
	opacity: 0;
	position: fixed;
    z-index: 999;
    display: block;
    top: 0;
    left: 0;
    background: #0e0e0e;
    height: 100%;
    width: 100%;
    margin: 0;
    display: none;

}

.mobile-wrapper h2{
	color: #fff;
	position: relative;
	font-size: 40px;
	top: 25%;
	transform: translateY(-50%);
	text-align: center;
}

.mobile-wrapper h4{
	color: #fff;
    position: relative;
    font-size: 16px;
    top: 27%;
    transform: translateY(-50%);
    text-align: center;
    padding: 0px 47px 0px 40px;
}

.oops-roby{
	display: block;
    margin: auto;
    position: relative;
    font-size: 16px;
    top: 36%;
    transform: translateY(-50%);
    text-align: center;
    padding: 40px 0px 40px 0px;
    max-width: 260px;
}

.go-back{
	display:block;
    margin:auto;
    position: relative;
    font-size: 16px;
    top: 38%;
    color: #fff;
    transform: translateY(-50%);
    text-align: center;
    padding: 0px 40px 0px 40px;
    background: rgba(255,255,255,.1);
    border:2px solid #42c2ff; 
    border-radius: 20px;
    height: 40px;
}
.mobile-wrapper a{
	position: relative;
    font-size: 16px;
    top: 38%;
    color: #fff;
    transform: translateY(-50%);
    text-align: center;
    padding: 9px 40px 8px 40px;
    height: 40px;
    text-decoration: none;
    color: #fff;
}
@media only screen and (max-width: 768px) {
  .mobile-wrapper{
		opacity: 1;
		 display: block;
	}
    #tutorial-p{
        display: none;
    }
}
