#hexos {
	position: relative;
	background: rgba(255, 255, 100, 0.2);
	border: 1px solid red;
	height: 300px;
	overflow: hidden;
}

#hexos img {
	position: absolute;
}
