/* CSS Document */
h3 {
	display: inline-block;
	padding: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	vertical-align: baseline;
	z-index: 10;
}

.full-screen {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
