.moo-showcase {
  overflow-y: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  margin-top: 8%;
  margin-left: 5%;
  margin-right: 5%;
  width: 90%;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 2px 2px 0 rgba(95, 95 , 95, .6);
  border: 1px solid #a5a5a5;
  border-radius: 5px;
}
