.image_from_history_wrapper {
    display: none;
    position: fixed;
    z-index: 1000000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
  }
  .image_from_history_close {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ccbeae;
    float: right;
    margin-right: 20px;
    font-size: 50px;
    font-weight: bold;
    z-index: 1000;
    cursor: pointer;
    text-shadow: 0 1px 8px rgb(0, 0, 0);
  }

  .image_from_history>img {
    position: absolute;
      max-width: 100%;
      max-height: 100%;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    z-index: -1;
  }