#posts{
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
}

/* post */
#posts div{
  margin: 10px;
  float:left;
  color:white;
  box-shadow: 0 0 2px #000000a6;
}
.postname{
  text-decoration: none;
  padding:2px;
  border:0;
  color: black;
  font-size: 12px;
  max-width: 160px;
}
.post{
  margin:5px;
  text-align: center;
  height: auto;
  width: 160px;
  background-color: white;
}
.postimage{
  border-top: 1px solid black;
  height: 150px;
  width: 150px;
}
.price{
  color: black
}

/*lil menu*/
.galleryphoto{
  width: 20%;
}
#gallery{
  margin: 0px;
  padding: 0px;
}
@media screen and (max-width: 560px) {
  /* post */
  .postname{
      word-wrap: break-word;
      padding:2px;
      font-size: 12px;
      max-width: 110px;
  }
  .post{
      margin:5px;
      text-align: center;
      height: auto;
      width: 110px;
  }
  .postimage{
      height: 100px;
      width: 100px;
  }
  #banner{
    height: 124px;
  }
}
