﻿#logoContainer { display: none; }

#youtubeThis {
    padding: 0;
    display: block;
    position: relative;
    width: 100%;
	height: calc( 100vw / 16 * 9);
	max-height: calc( 100vh - 7rem );
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	border-bottom-width: 5px;
	border-bottom-style: solid;
    cursor: pointer;
    margin-top: 0;
}


#youtubeThis iframe {
    border		: 0;
	width		: 100%;
    /* height		: calc( 100vw / 16 * 9 ); */
    height		: 100%;
}

#ytButton {
    background-image: url(/images/layout/Youtube.png);
    background-size: contain;
    position: absolute;
    width: 10vw;
    height: 10vw;
    background-repeat: no-repeat;
    display: block;
    cursor: pointer;
    top: 50%;
    left: 50%;
    margin-top: -5vw;
    margin-left: -5vw;
}

@media only screen and (max-width: 500px) {
	#page {
		margin-top: 4rem;
	}
}