.fg-figure-detail-modal {
  position: static;
}

.fg-figure-detail-modal--active {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
  background: #222426;
  transition: .4s ease all;
}

.fg-figure-detail {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;

  background: #f2f2f2;
  cursor: -webkit-zoom-out;

  user-select: auto;
}

.fg-figure-detail-timestamp {
  padding: 0 20px 17px;
  margin-bottom: 0;

  color: #777777;
  background-color: #FFFFFF;

  font-family: 'AzoSans-Regular';
  font-size: 12.5px;
  line-height: 13px;
}

@media only screen and (max-width : 800px) {
  .fg-figure-detail {
    display: flex;
    flex-wrap: wrap;
    overflow-y: auto;
    cursor: auto;
  }
}
