div.home_categories{

  width:100%;
  margin-top:10px;
  margin-bottom:10px;
  text-align:center

}
div.home_categories .cr{
clear: both;
border: 0px none
}
div.home_categories ul{
   width: 90%;
    list-style-type:none;
    margin:auto;
    padding:0;
    position:relative;
    /*left:5%;*/
/*
margin: 0 auto;
text-align:center;
list-style:none
*/
}
div.home_categories img{
width:200px;
height:200px}

div.home_categories li{
float:left;
position: relative;
margin:5px;
width:200px;
height:220px;
}
div.home_categories h5 a:hover{
text-decoration:underline;color:#444
}
div.home_categories div{
width:200px;
/* border:1px outset black  */
}
div.home_categories div:hover{
/* border:1px inset black */
}
div.home_categories a{
    font-size: 13px;
    font-weight: bold;
    line-height: 5px;
    color: #3a3939;
    text-shadow: 1px 1px 0px rgb(0 0 0 / 40%);
    margin-bottom: 0
}
@media (max-width: 610px)
{
  div.home_categories ul{
  left:8%;
    }
}
@media (max-width: 480px)
{
  div.home_categories ul{
  left:18%;
    }
}
@media (max-width: 375px)
{
  div.home_categories ul{
  left:12%;
    }
}
@media (max-width: 320px)
{
  div.home_categories ul{
  left:8%;
    }
}



