
/*! Created: timestamp */.zoomIn {
  display: inline-block;
  position: relative;
  border: 1px solid gray;
  overflow: hidden;
  cursor: pointer
}

.zoomIn>img {
  max-height: 600px;
  width: auto
}

.zoomIn>.description {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0;
  color: #ddd;
  background: rgba(0,0,0,0.7);
  height: 30px;
  color: #fff;
  padding: 0 10px;
  box-sizing: border-box
}

.zoomIn>.description>h2 {
  font-size: 1.3em;
  font-family: 'Calibri';
  font-weight: 'normal';
  margin: 0;
  display: inline
}

.zoomIn>.description>.zoom { float: right }

.zoomIn>.description>.zoom::before { content: 'x' }
/*# sourceMappingURL=style.css.map */
