@media (max-width: 768px) 
{
    body {background-attachment: scroll}
}

.logo img 
{
    position: relative;
  top: 40px;
}

/*@media screen and (max-width: 768px) 
{
  .logo img 
{
    position: relative;
  top: 0px;
}
}*/