/* Container holding the image and the text */
.container {
	position: relative;
	max-width:1200px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
}

/* Bottom left text */
.bottom-left {
	position: absolute;
	bottom: 8px;
	left: 16px;
}

/* Top left text */
.top-left {
	position: absolute;
	top: 8px;
	left: 16px;
}