#showcase {
  width: 200px;
  text-align: center;
  border: #F0DC68 solid thin;
  background-color:#EAEAEA;
  height: 300px;
}
#showcase #title{
  font-weight: bold;
  height: 3em;
  overflow: auto;
}
#showcase #preview{
  background-color: black;
  height: 80px;
  overflow: hidden;
}
#showcase #preview img{
  border: 0;
}
#showcase #description{
  font-size: smaller;
  height: 12em;
  overflow: auto;
}

