.copyright-notice .eln-short {
  display: none;
}

@media screen and (max-width: 782px) {
  .copyright-notice {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 0 !important;
    padding: 14px;
    text-align: center;
    z-index: 100;
    background-color: #FFF;
    border-top: 1px solid #e8e8e8;
  }

  body.dark .copyright-notice {
    background-color: #191c20;
    border-color: rgba(255, 255, 255, .15);
  }

  .cky-btn-revisit-wrapper.cky-revisit-bottom-left {
    bottom: 6px;
    left: 6px;
  }
}

@media screen and (max-width: 440px) {
  .copyright-notice .eln-short {
    display: inline-block;
  }

  .copyright-notice .eln-long {
    display: none;
  }
}