@media (min-device-width : 320px) and (max-width: 899px){
.logo
{
width:70px;
}
}

@media screen and (min-width: 901px)
{
.logo{
width:35%;
}
}