.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;
}


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

.header-video__play-trigger {
  z-index: 5;
  position: absolute;
  background: rgba(0,0,0,.3);
  text-align: center;
  color: white;
  text-decoration: none;
  padding: 1.5em 3em;
  z-index: 5;
  left: 50%;
  top: 50%;
  border-radius: 10px;
  -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:hover {
  background: rgba(0,0,0,.5);
  color: #A61212;
}

/**
  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: 0.75em 0.85em 0.85em;
  border-radius: 4px;
  right: 30px;
  top: 104px;
  -webkit-transition: background .3s;
  -moz-transition: background .3s;
  transition: background .3s;
  border: none;
}
.header-video__close-trigger:hover {
  background: #363636;
  cursor: pointer;
}

.bandcampPlayer, .bandcampPlayer iframe {
  height: 350px;
  width: 350px;
}
.tinaPic01 {
  height: auto;
  max-width: 320px;
}

.responsive-video { margin-top: -24px; }

@media (max-width:767px){
  .header-video__close-trigger {
    padding: 0.35em 0.45em 0.45em;
    right: 12px;
    font-size: 0.75em;
  }
  .bandcampPlayer, .bandcampPlayer iframe, .tinaPic01 {
    width: 240px;
    height: 240px;
  }    
  
  .responsive-video iframe {	position: absolute;	top: 0;	left: 0;	width: 100%;	height: 100%;  }    
  .responsive-video {	position: relative;	padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/	padding-top: 0px;	height: 0;	overflow: hidden;  margin-top: -12px; }
}