@media only screen and (max-width: 768px) {
	.editor .w-4{
		width:50%;
		height:240px;
	}
	.editor .w-4:nth-child(4) .editor-params-title,
	.editor .w-4:nth-child(5) .editor-params-title{
		padding-top:15px;
		border-top: 1px dotted #dadada;
	}

	.editor{
		overflow-y:scroll;
	}
}
@media only screen and (max-width: 620px) {
	.editor .w-4{
		width:100%;
		height:auto;
		padding-left:10%;
		border-top: 1px dotted #dadada;
	}
	.editor .w-4:nth-child(2){
		border-top: none;
	}

	.editor .w-4 .editor-params-title{
		padding-top:15px;
	}
	.editor .w-4:nth-child(2) .editor-params-title{
		/*padding-top:0px;*/
	}
}
