/*--VIMEO & YOUTUBE BACKGROUND-*/
.overlay 
{
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
  width: 100%
}
.overlay iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -20 !important;
  background-color: #000;
}

.overlay .concept {
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 0px;
  top: 40%;
}

.overlay-play 
{
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  width: 100%
}
.overlay-play iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}

.overlay-play .concept {
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 0px;
  top: 40%;
}


