section.main-image {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 80vh;
	transition:all 0.3s;
	z-index: 1;
}

hr.strip {
	width: 100%;
	position: relative;
	height: 5px;
	background:#0f7ba5;
	margin: 0;
}

hr.strip:before {
	content: '';
	background:#c2c330;
	height:5px;
	width: 33%;
	background-position: left;
	position: absolute;
	left: 0;
	z-index: 9;
}

hr.strip:after {
	content: '';
	background:rgb(39, 70, 99);
	height:5px;
	width: 33%;
	background-position: right;
	position: absolute;
	right: 0;
	z-index: 9;
}
section.main-image div.image {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	filter: brightness(0.6);
}
section.main-image div.image:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
}
section.main-image .info {
	position: absolute;
	top: 55%;
	transform: translateY(-50%);
	width: 100%;
	text-align: left;
	padding: 0 6%;
	max-width:900px;
	
}
section.main-image .info h1 {
	font-weight: 700;
	line-height: 1em;
	color:#fff;
	max-width:900px;
}

section.main-image .info h2 {
	font-weight: 700;
	line-height: 1em;
	font-size: 3em;
	color:#fff;
	max-width:900px;
}

section.main-image .info h3 {
	font-weight: 700;
	line-height: 1em;
	font-size: 2em;
	color:#fff;
	max-width:900px;
}

section.main-image .info h1:after{
	display:none;
}
section.main-image .info p {
	transition: all 1.5s 0s;
	  transform: translateY(0);
	  font-size: 1.2em;
	  font-weight: 400;
	  color: #fff;
	  max-width: 640px;
	  margin: 20px 0 0 0;
	  line-height: 1.4em;
}

section.main-image div.image:after {
	content: " ";
	  display: block;
	  position: absolute;
	  top: 0;
	  left: 0;
	  bottom: 0;
	  right: 0;
	  z-index: 1;
	  pointer-events: none;
}

@media screen and (max-width:540px){
	
}
@media screen and (min-width:1024px){
	section.main-image .info h1{
		font-size:4em;
	}
}

@media screen and (max-width:1024px){
	section.main-image .info h1{
		font-size:4em;
	}
}