
/* Mobile only: move logo slightly further left without affecting desktop/tablet. */
@media only screen and (max-width:480px){
  html[lang="ka"] body.page > .row4 > .row3 > div #brand,
  html[lang="ka"] body > .row4 > .row3 > div #brand{
    left:-45px!important;
  }
}
