#aglEditor{
	z-index: 99998;
	position: fixed;
	max-height: calc(100% - 60px);
	overflow-y: auto;
	right: 0;
	top: 0;
	margin: 5px;
}

.image-section img{
	width: 90%;
}

.image-section{
	display: flex;
	margin-bottom: 20px;
}

.agl-column{
	width: 20%;
	display: inline-block;
}