/*landscape cards*/
figure {
  border: thin silver solid;
  display: inline-block;
  vertical-align:top;
  padding: 10px; 
  height: 250px;
  resize: both;
  overflow: auto;
}
img {
  height: 85%;
}
