div#wrapper {
	max-width: 800px;
}

#preview_music svg {
	fill: #868686;
	height: 1em;
	width: 1em;
	display: inline-block;
	position: relative;
	top: .2em;
	left: .5em;
	cursor: pointer;
}
#preview_music:hover svg {
	fill: #FFF;
}

div#snapchat_overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url('../images/snap.safezones.png');
	background-size: cover;
	z-index: 50;
	display: none;
}

body.snapchat_overlay div#snapchat_overlay {
	display: block;
}