
#intro::before { 
	content: ''; 
	display: block; 
}
#intro::before { 
  	padding-top: 25%; 
} 
@media (max-width: 767px) { 
  #intro::before { 
  	padding-top: 68%; 
  } 
}

#intro::after{
 	display: block;
	position: absolute;
	background-image: linear-gradient(to bottom, 
	rgba(255, 255, 255, 0) 0, 
	rgba(255, 255, 255, 0) 50%, 
	#000 100%);
	content: '';
	top:0;
	right:0;
	bottom:0;
	left:0;
	opacity: 0.8;	
	z-index:1;
}
#intro { 
	background-size: 140%; 
	background-position: top center; 
	background-repeat: no-repeat;
	max-width:1920px;
	margin:auto;
	display:flex;
	flex-wrap: wrap;
	align-items: end;
	justify-content: center;
	position:relative;
	
}
@media (min-width: 768px) { 
  #intro { 
	  background-size: 100%;
	  background-position: 50% 50%; 
  } 
}
#intro > div{
	z-index:2;	
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 15px;
}
@media (max-width: 767px) { 
  #intro > div{ 
	 bottom: 20px;
  } 
}
#intro > span{
	z-index:2;	
	position: absolute;
	right: 8px;
	bottom: 2px;
	font-size:12px;
	color: rgba(255,255,255,0.7);
}
@media (max-width: 767px) { 
  #intro > span{
	font-size:9px;
	color: rgba(255,255,255,0.5);
  } 
}
#intro #intro-title,
#intro h1{
	text-transform:uppercase;	
	color: white;
	text-align:center;
	
}

#intro #intro-subtitle{
	text-transform:none;
	color: white;	
	
	text-align:center;
	
}
#intro #intro-title,
#intro #intro-subtitle{
	line-height: 1.2;
}
#logo-big{
	width:200px;
	position:absolute;
	left: 50%;
	margin-left:-100px;
	top: 30px;
	z-index:1;
}

@media (max-width: 767px) { 
	#logo-big{
		
		display: none;
	}
}