.main-wrapper.bg-wrapper{
	background-image: none !important;
	background-color: #00520c;
}
#testCanvas{ 
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0; 
}
.main-wrapper .overlay{ 
	background-color: transparent;
	background-image: url(../images/tictok-bg.jpg); 
	background-size: cover; 
	background-position: center center;
	opacity: 0.5; 
}