.glomex-container {
	position: absolute; 
	height: 100%;
	
	background-color: #000000;
	border-radius: 0.5rem;
}

.glomex-container iframe {
	position: absolute;

	display: block;

	top: 0;
	left: 6.25%;
	
	width: 87.5%;
	height: 100%;
	
	border: 0;
}
