.muwa_editor_container{
	
	display: grid;
	align-items: center;
	grid-template-rows: auto 1fr auto;
	grid-template-columns: 100%;
	grid-gap: 0px;
	
}


.muwa_editor_fullscreen{
	
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    
	padding: 0;
	
	z-index: 9900;
	
}

#muwa_editor_fullscreen_overlay{
	
	background-color: green;
	/*opacity: 0.5;*/
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	/*z-index: 9000;*/
	
}


















