    #slide {
		height: 100%;
		width: 100%;
		position: fixed;
		display: block;
		overflow: hidden;
	}

	.backstretch-caption {
		position: absolute;
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 200;
		display: block;
		/*width: 420px;*/
		bottom: 10%;
		right: 5%;
		padding: 12px;
		font-size: 1.25em;
		color: #fff;
		display: none;
		border-radius: 2px 2px 0px 0px;
	}
	.backstretch-caption a {	
		text-decoration: none;
		text-transform: uppercase;
	}
	.backstretch-caption a h1 { font-size: 36px; }
	.backstretch-caption a h1, .backstretch-caption a p { color: #fff; }
	#backstretch-controls {
		position: absolute;
		bottom: 10px;
		left: 10px;
		padding: 5px;
		background: hsla(0, 0%, 0%, 0.5);
		border-radius:4px;
	}
	#backstretch-controls a {
		color: #fff;
		text-decoration: none;
		padding: 2px 4px;
		font-size: 16px;
	}
	#backstretch-controls a.slide-pause {
		font-size: 12px;
		position: relative;
		top: -3px;
	}
	#backstretch-controls a:hover {
		color: red;
	}