#spotlight_container {
	background-color: black;
	width:  100vw;
	height:  100vh;
	background: url('../images/guitar_background_overlay.jpg');
	background-repeat:  no-repeat;
	background-position:  center;
	background-size: cover;
	position: relative;
}