.tm-footer {
	background: #262626;
}


/* YouTube Video 100% responsive on page */
.youtube-container-100 {
position: relative;
padding-bottom: 53%; /* 16:9 */
padding-top: 0;
height: 0;
overflow: hidden;
}

.youtube-container-100 iframe,
.youtube-container-100 embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* YouTube Video 100% responsive on page */