img{
	max-width:100%;
}
.logo {
    width:250px;
}
@media screen and (max-width:640px) {
    .logo{
        width:150px;
    }
}
