body, html {
  text-align: left;
  border: 0px;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  font-size: 1em;
  font-family: 'MinionPro Regular', Times;
  background: rgb(0,0,0);
  color: white;
  
  position: relative;
}

#middle {
/*  max-width: 65%; */
  width: calc(100% - 400px);
  padding-left: 3em;
  padding-top: 1em;
  padding-bottom: 3em;
  box-sizing: border-box;
}

#right {
  position: fixed;
  right: 150px;
  z-index: 1000001;
  width: 250px;
}


/*
 * Lightbox
 */

body .mfp-bg {
	opacity: 1;
}
 
body .mfp-wrap {
    width: calc(100% - 400px);
    overflow-y: hidden !important;
}

body .mfp-close {
	font-size: 36px;
    width: 40px !important;
    right: -40px !important;
}

body .mfp-counter {
	display: none;
}

body img.mfp-img {
	padding: 0px 0;
}

body .mfp-bottom-bar {
    margin-top: 0;
    top: auto;
    bottom: 40px;
    left: auto;
    right: -250px;
    width: 220px;
}

body .mfp-title {
    font-size: 0.9em;
    line-height: 135%;
    padding-right: 0;
}