@media all {
  .lightbox { display: none; }

  /* override default feather style... */
  .fixwidth {
    background: rgba(256,256,256, 0.8);
  }
  .fixwidth .featherlight-content {
    width: 500px;
    padding: 25px;
    color: #fff;
    background: #111;
  }
  .fixwidth .featherlight-close {
    color: #fff;
    background: #333;
  }

}

body {
  font-weight:300;
  text-rendering: optimizeLegibility;
}