/*Mobiililaitteiden poikkeukset*/

@media screen and (max-width:1024px)
{	
	html
	{
		min-width: 360px;
	}
	body
	{
		min-width: 360px;
	}	
}

@media screen and (max-width:700px)
{	
	.box_wrap
	{
		width: 100%;
		max-width: 400px;
	}
	
	
	.header_image_wrap img
	{
		top: 0;
	}
	.preview_right_sect
	{
		display: none;
	}
}

@media screen and (max-width:475px)
{	
	
}