@media only screen and (max-width: 650px){

  #headerInfo{
    display:block;
    width:100%;
    font-size: 10px;
    }

  #developerInfo{
    display:none;
    width:100%;
    }

  #Footer{
    padding:1px;
    height:60px;
    color:#fff;
    line-height:10px;
    font-size: 9px;
    }
  #developerInfoFooter{
    font-size: 9px;
    width:100%;
    display:block;
    overflow-wrap:break-word;
    }
  .categoriesLinkLINES{
    width:40%;
  }


}

