@charset "UTF-8";
/* CSS Document */

/* fader */
.fader {
-webkit-mask-image: -webkit-linear-gradient(black 75%, transparent 100%);
  mask-image: -o-linear-gradient(black 75%, transparent 100%);
  mask-image: linear-gradient(black 75%, transparent 100%);
  height: 560px;
  width: 100%;
  overflow-y: scroll;
  color: rgba(255,255,255,.7);
  align: center;
  font-family: "Arial Narrow";
  font-size: 1.5 em;
  font-weight: bold;
  color: #666666;
  text-decoration: none;
  padding-bottom: 5%;
}
.embed-youtube {
    position: relative;
	width: 80%;
	padding-top:30px;
    padding-bottom: 56.25%;/* - 16:9 aspect ratio (most common) */
    /*padding-bottom: 62.5%; - 16:10 aspect ratio */
    /*padding-bottom: 75%;  - 4:3 aspect ratio */
    /* padding-top: 30px;	display: block;*/
	margin-left: auto;
	margin-right: auto; 
	height: 0;
    overflow: hidden;
}
.embed-youtube iframe, .embed-youtube object, .embed-youtube embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
/*
.embed-youtube iframe,
.embed-youtube object,
.embed-youtube embed {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}*/