.hero-section .section-background-image {
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	opacity: 0.2;
}
.hero-logo {
	position: absolute;
	width: 100%;
	text-align: center;
	margin-top: -120px;
}

.demo-item {
	text-align: center;
	margin-bottom: 40px;
}
.demo-link {
	display: block;
}
.demo-link:hover, .demo-link:focus {
	-ms-transform: scale(1.025,1.025);
	-webkit-transform: scale(1.025,1.025);
	transform: scale(1.025,1.025);
}
.demo-title {
	margin: 35px 0 0;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.demo-img {
	position: relative;
	padding-top: 78.5%;
}
.demo-img > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
h3{
	margin:20px 0 !important;
	padding:15px 0;
	text-transform:uppercase;
	border-top: 1px dotted #e3e0e0;
	border-bottom: 1px dotted #e3e0e0;
}