.full .logo img{
    width: 240px;
}
@media (min-width: 0px) and (max-width: 768px) {
    .full .logo img{
        width: 160px;
    }
  
  }