
 
 
  .gallery {
      display: flex;
          margin-top: 1.54em;
    }
    .gallery .left {
      flex: 2;
      margin-right: 10px;
    }
    .gallery .right {
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }
    .gallery .image-box {
      margin-bottom: 10px;
    }
    .gallery img {
      width: 100%;
      display: block;
    }
    .lb-data .lb-close {
    position: absolute;
    top: 0;
    right: 22px;
    }