/*
 * Author: Luca Arzilli, ALSolutions
 *
 * Project Name: Durlindana
 *
 */

/* HOME */

header {
	height: 60vh;
}
.video-wrapper {
  position: relative;
  width: 100vw;
  height: 60vh;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
video {
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#oil img {
	padding:50px 4px;
}
#oil h2 {
	margin-top:0px;
	font-size: 20px;
	margin-bottom:10px;
}
#oil h3 {
	font-size: 16px;
	margin-bottom:30px;
}