﻿#videocontainer
{
	width: 60em;
}
#videocontainer h3
{
	font-size: medium;
}
#videocontainer p
{
	font-size: medium;
}
#videocontainer #video
{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	clear: both;
}
#videocontainer #video #videoPlayer
{
	width: 60em;
}
#videocontainer #thumbnails 
{
	width: 60em;
	height: 14em;
	overflow-x: scroll;
	white-space: nowrap;
}
#videocontainer #thumbnails img{
	display: inline-block;
	width: 16em;
	height: 9em;
	margin-right: 0.3em;
	cursor: pointer;
}
#videocontainer #desc
{
	float: left;
	width: 50%;
}
#videocontainer #application
{
	float: left;
	width: 50%;
}
@media screen and (max-width: 26em){
	#videocontainer
	{
		width: 24em;
	}
	#videocontainer #video 
	{
		width: 24em;		
	}
	#videocontainer #video #videoPlayer
	{
		width: 24em;
	}
	#videocontainer #thumbnails 
	{
		width: 24em;
		height: 8em;
		overflow-x: scroll;
		white-space: nowrap;
	}
	#videocontainer #thumbnails img{
		display: inline-block;
		width: 6.4em;
		height: 3.6em;
	}
}
