/*
 * 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;
}
#hands img {
	padding:50px 4px;
}
p {
	margin-bottom:0px !important;
}