/* ====================================
   Demo specific styling
   ==================================== */

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

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

iframe {
  height: 100%;
  width: 100%;
}

video {
  width: 100%;
}

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

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

/* ====================================
   Just making stuff pretty
   ==================================== */

.video-trigger {
  z-index: 5;
  position: absolute;
  width: 115px;
  top: 0;
  left: 50%;
  margin-left: -100px;
  top: 50%;
  margin-top: -30px;
}

.video-trigger:hover {
  
}

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

.video-close-trigger {
  z-index: 99;
  position: absolute;
  background: #A61212;
  text-align: center;
  color: white;
  text-decoration: none;
  width: 200px;
  height: 60px;
  right: 30px;
  line-height: 60px;
  top: 30px;
  -webkit-transition: background .3s;
  -moz-transition: background .3s;
  transition: background .3s;  
  border: none;
}
.video-close-trigger:hover {
  background: #363636;
  cursor: pointer;
}

.container {
  margin: 0 auto;
  max-width: 1200px;
  padding: 2em;
}
