/* Desktop */
@media only screen and (min-width: 376px) {
	button
	{
		height: 50px;
		width: 35px;
	}
	
	h1
	{
		font-size: 60px;
		margin-bottom: 15px;
	}
	
	h2
	{
		font-size: 24px;
		margin-bottom: 14px;
		margin-top: 15px;
	}
	
	input
	{
		font-size: 18px;
		height: 50px;
		width: 500px;
	}
	
	video
	{
		right: 0px;
		width: 100%;
	}
	
	#content
	{
		top: 320px;
	}
	
	#search
	{
		margin: 0 auto;
		width: 550px;
	}
}