.wrap {
    width: 98%;
    margin: 0 auto;
  }
  
  .demo01 {
    margin: 0 auto;
  }
  
  ul {
    list-style:none;
  }

  .item {
    width: 115px;
  }

  @media only screen and (max-width: 768px) {
    .item {
        width: 115px;
    }	
} 

  .item a:hover {
    opacity:0.5;
    transition:0.3s;
  }
  
  .item img {
    width: 100%;
  }