.video__menu {
	visibility: visible !important;
}

.hideit {
	visibility: hidden;
}

.header-video {
  position: relative;
  overflow: hidden;
}

.header-video iframe,
.header-video video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.header-video iframe {
  height: 100%;
  width: 100%;
}

.header-video video {
  width: 100%;
}

.header-video__teaser-video {
  width: 100%;
  height: auto; 
}

.header-video__media {
  width: 100%;
  height: auto;
}

.header-video__play-trigger {
  z-index: 5;
  position: absolute;
  text-align: center;
  color: white;
  text-decoration: none;
  font-size: 80px;
  z-index: 5;
  left: 50%;
  top: 40%;
	transition: none;
}

@media only screen and (max-width:769px) {
	.header-video__play-trigger {
		font-size: 30px;
	}
}

.header-video__play-trigger:hover {
	color: white;
}

/**
  Just some basic styling for the closing trigger
**/

.header-video__close-trigger {
  z-index: 99;
  position: absolute;
  font-size: 30px;
  text-align: center;
  color: red;
  text-decoration: none;
  right: 20px;
  top: 20px;
  background: none;
	outline: none;
  border: none;
	transition: none;
}
.header-video__close-trigger:hover {
  cursor: pointer;
	transition: none;
	outline: none;
}