#info {letter-spacing:0.2em;}
@media screen and (min-width: 951px) and (max-width:1140px) 
{
 #info {letter-spacing:0;}   
}
@media screen and (min-width: 0) and (max-width:950px) 
{
 #info {display:none;} 
 #middle.home #content h1 {display:block;}
}