﻿@media screen and (max-width: 768px)
{
.header
{
	background-image:none; height:auto;  
}
.scroll
{
	height:30px; width:100%;  background-color:#de6105; color:#fff; padding-top:3px; font-size:14px;
}
.adds
{
	margin-top:30px;
}

.about h1
{
	font-size:18px; margin-bottom:10px; border-bottom:1px solid #eee;
}
.about p
{
	line-height:20px;
}
.about figure
{
	float:left; margin-right:15px; margin-bottom:5px;
}

}
