.article-full-frame {
    width: 100%;
    min-height: 80vh;
    border: none;
  }

  #article-full-close-row {
    width: 100%;
    display: none;
  }

  .article-full-fixed {
    position: fixed;
    top: 0;
    left: 0;
    height: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 2000;
    background-color: white;
  }