/* ====================================
   Demo specific styling
   ==================================== */

.header-video {
  position: relative;
  overflow: hidden;
  /*width:1070px !important; height:371px !important;*/
  width:100% !important;
}

.header-video img{width:100% !important; height:351px !important;}

.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;
}

/* ====================================
   Just making stuff pretty
   ==================================== */



.header-video__play-trigger {
  z-index: 5;
  position: absolute;
  /*background: rgba(175,175,175,.3);*/
  text-align: center;
  color: white;
  text-decoration: none;
  padding: 7px 20px; text-align:center;
  z-index: 5;
  left: 50%;
  top: 50%;
  border-radius: 5px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: background .5s;
  -moz-transition: background .5s;
  transition: background .5s; 
}

.header-video__play-trigger img{display:block; text-align:center; margin:0 auto; margin-left:5px; height:101px !important;}


#triangle-right {
	width: 0;
	height: 0;
	border-top: 50px solid transparent;
	border-left: 100px solid red;
	border-bottom: 50px solid transparent;
}



.header-video__play-trigger:hover {
  /*background: rgba(0,0,0,.5);*/
}

/**
  Just some basic styling for the closing trigger
**/

.header-video__close-trigger {
  z-index: 99;
  position: absolute;
  background: #A61212;
  text-align: center;
  color: white;
  text-decoration: none;
  padding: 8px 10px ;
  border-radius: 5px;
  right: 30px;
  top: 30px;
  -webkit-transition: background .3s;
  -moz-transition: background .3s;
  transition: background .3s;  
  border: none;
}
.header-video__close-trigger:hover {
  background: #363636;
  cursor: pointer;
}

