.streamer{
	display: table;
	padding: 6rem 0;
	margin:0;
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	background-size: cover;
	color: #fff;
}

.streamer h1 + p,
.streamer h2 + p,
.streamer h3 + p,
.streamer h4 + p,
.streamer h5 + p,
.streamer h6 + p,{
	margin-top: 0.8em;
}

.streamer .btn{
	margin-top: 2em;
}