@media only screen and (max-width:640px) {

#logo_image a:before {
content:none;
}

#logo_image a img {
width:100%;
max-width:210px;
height:auto;
display:block;
}


}