* {
	margin: 0px;
	padding: 0px;
}

html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-size: 0;
}

#wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	overflow: hidden;
}

.block {
	position: relative;
	display: inline-block;
	width: 50%;
	height: 100%;
	background: url(../img/Dyson_Artwork.jpg) no-repeat 50% 50%;
	background-size: cover;
	cursor: pointer;
}

.block:first-child {
	background: url(../img/Dyson_Ark.jpg) no-repeat 50% 50%;
	background-size: cover;
}

.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #000000;
	opacity: 0.5;
}

.block-title {
	position: absolute;
	color: #FFFFFF;
	display: inline-block;
	width: 225px;
	height: 50px;
	line-height: 50px;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -125px;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
    font-family: 'Unica One', cursive;
    letter-spacing: 3px;
    text-transform: capitalize;
    border: 2px solid white;
    border-radius: 3px;
}

.title {
	position: absolute;
	background: none;
	color: #FFFFFF;
	display: inline-block;
	width: 108px;
	height: 34px;
	line-height: 50px;
	top: 50%;
	left: 50%;
	margin-top: -17px;
	margin-left: -54px;
	font-size: 12px;
	text-align: center;
	cursor: default;
    text-align:center;
}




@media screen and (max-width: 960px) {
	.block {
		width: 100%;
		height: 50%;
	}
}