#philters-wrapper,
#results,
#philter-warning {font-family: 微軟正黑體, Arial, sans-serif; text-align:center; width:90%; margin:1em auto}
#philters-wrapper { margin:0 auto;  text-align:center ;}
#philters-wrapper h4{color:#fff; border:#fff 2px double; border-radius:1em; width:8em; margin:2% auto;}

#philters {
  margin:0;
  list-style: none;
  padding: 0;
  font-size: 0;
}

#philters li {
  display: inline-block;
  padding-right: 5px;
  margin: 10px 0 0; 
}
#philters li a {
  display: inline-block;
  background-color: #000;
  border-radius: 3px;
  padding: 8px 16px;
  color: #fff;
  transition: background-color 150ms linear; 
}
#philters li a:hover,
#philters li a.activate-philter {
  background-color: rgba(74, 189, 172, 0.8); 
}

#results:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both; 
}

.result {
  box-sizing: border-box;
  display:inline-block;
  text-align:center;
 
}

.result a {
  display: block; 
}

.result img {
  max-width: 100%;
  height: auto;
  box-shadow:#000 0 3px 10px;
  
}
.result.philter-active, .result.random {
  padding: 1.5%;
  width: 18%;
  min-width:120px;
}
@media (max-width:600px){.result.philter-active, .result.random {padding: 1%;width: 20%;}}