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

.wrapper {
    max-width: 550px;
    margin: 60px auto;
    padding: 0 20px;
	background: rgba(0, 0, 0, 0.5);
	/**background-image:url(/oh/map/images/nasalangley100-emblemx450.png);**/
    background-position: 50% 28%;
    padding: 2em;
    padding-bottom: 0.01em;
    border-radius: 0.5em;
}

.intro-wrapper {
    width:100%;
    margin: 0!important;
    padding: 0!important;
	background: rgba(0, 0, 0, 0.5);
	/**background-image:url(/oh/map/images/nasalangley100-emblemx450.png);**/
    background-position: 50% 28%;
}

.youtube {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
	border: 1px solid #000000;
}

.intro-youtube {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 53%!important;
    overflow: hidden;
    cursor: pointer;
	border: none!important;
	border-radius: 0!important;
}
.youtube img {
    width: 100%;
    top: -20.82%;
    left: 0;
    opacity: 0.7;
}
.youtube .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}
.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
    cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
    position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
	top: 33%;
    left: 50%;
    transform: translate3d( -47%, -8%, 0 );
}
.youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

