
    #editor { 
        position: absolute;
        font-size: 16px;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    @media screen and (max-width: 520px){
    	#editor { 
        position: absolute;
        font-size: 13px;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    }
