.lightbox-mask {
  background: #000;
  position: fixed;
  z-index: 99990;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; }

.lightbox-container {
  background: black;
  height: 100%;
  padding: 0 0 60px;
  position: absolute;
  width: 100%;
  z-index: 99999;
  left: 0;
  top: 0; }

.lightbox-carousel {
  margin: 0 auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .lightbox-carousel ul li {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s; }
    .lightbox-carousel ul li.active {
      opacity: 1; }
    .lightbox-carousel ul li.show-content .lightbox-carousel--image-preview-container {
      right: 33.33333%; }
    .lightbox-carousel ul li.show-content .lightbox-carousel--image-description {
      margin: 0;
      padding: 15px;
      opacity: 1; }

.lightbox-carousel--buttons-container {
  background: transparent;
  height: 200px;
  right: 15px;
  top: 15px;
  margin-top: 0;
  position: fixed;
  width: 40px;
  z-index: 5; }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .lightbox-carousel--buttons-container.active {
      transition: bottom 0.75s ease-in; } }
  .lightbox-carousel--buttons-container .button-icon {
    background-color: transparent;
    color: #ffffff;
    outline: none; }
    .lightbox-carousel--buttons-container .button-icon:not([disabled]):hover, .lightbox-carousel--buttons-container .button-icon:not([disabled]):focus {
      background-color: #ffffff !important;
      color: #000000 !important; }
      .lightbox-carousel--buttons-container .button-icon:not([disabled]):hover:before, .lightbox-carousel--buttons-container .button-icon:not([disabled]):focus:before {
        color: #000000 !important; }
    .lightbox-carousel--buttons-container .button-icon:not([disabled]):before {
      color: #ffffff;
      font-size: 16px; }
    .lightbox-carousel--buttons-container .button-icon:not([disabled]):after {
      border: 2px solid #cccccc; }
    .lightbox-carousel--buttons-container .button-icon.active:not([disabled]):after {
      border: 2px solid #cccccc !important; }

.lightbox-carousel--image-preview-container {
  position: absolute;
  top: 0;
  right: 7.5em;
  bottom: 0;
  left: 7.5em; }

.lightbox-carousel--image-description {
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  top: 0;
  right: 7.5em;
  bottom: 0;
  left: 66.66666%;
  width: auto;
  opacity: 0;
  transition: opacity 0.2s; }
  .lightbox-carousel--image-description > * {
    color: #ffffff; }
  .lightbox-carousel--image-description h5 {
    color: #ffffff;
    font-family: "Atlas Grotesk Web", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px; }
    .lightbox-carousel--image-description h5 a {
      color: #ffffff;
      position: relative;
      text-decoration: underline;
      z-index: 1; }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .lightbox-carousel--image-description.active {
      cursor: pointer;
      transition: bottom 0.75s ease-in; } }

.lightbox-carousel--count-container {
  color: #808080;
  font-family: "Atlas Grotesk Web", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 11px;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  padding-left: 0;
  position: absolute;
  top: 83px;
  right: 15px;
  width: 40px;
  text-align: center; }
  .lightbox-carousel--count-container span {
    color: #808080;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    padding-left: 3px; }
    .lightbox-carousel--count-container span:first-child {
      padding-right: 3px;
      padding-left: 0; }

@media only screen and (min-width: 1280px) {
  .lightbox-carousel--image-description .lightbox-carousel--count-container {
    display: none; }

  .lightbox-carousel ul li.show-content .lightbox-carousel--image-description {
    padding-top: 50px; } }
@media only screen and (min-width: 320px) and (max-width: 1279px) {
  .lightbox-carousel--image-preview-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center; }

  .lightbox-carousel--image-description {
    background-color: rgba(0, 0, 0, 0.9);
    position: absolute;
    top: initial;
    right: 0;
    bottom: -200px;
    left: 0;
    margin: 0;
    padding: 25px 15px 15px !important;
    width: 100% !important;
    z-index: 1001;
    transition: bottom 0.15s ease-out; }
    .lightbox-carousel--image-description h5 {
      margin: 15px auto;
      max-width: 768px; }
      .lightbox-carousel--image-description h5 a {
        color: #fff;
        text-decoration: underline; }
    .lightbox-carousel--image-description .lightbox-carousel--count-container {
      display: block;
      height: 20px;
      line-height: 20px;
      margin: 0 auto;
      max-width: 768px;
      padding-left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      position: relative;
      text-align: left;
      width: 100%;
      z-index: 1001; }
      .lightbox-carousel--image-description .lightbox-carousel--count-container span:first-of-type {
        padding-left: 0; }

  .lightbox-carousel--image-description.active {
    bottom: 0;
    opacity: 1;
    transition: bottom 0.25s ease-in; }

  .lightbox-carousel--count-container {
    display: none; }

  .lightbox-carousel--buttons-container {
    background-color: rgba(0, 0, 0, 0.9);
    height: 60px;
    right: 0;
    top: -60px;
    left: 0;
    width: 100%;
    z-index: 5;
    transition: bottom 0.15s ease-out; }
    .lightbox-carousel--buttons-container.active {
      top: 0;
      transition: bottom 0.25s ease-in; }
    .lightbox-carousel--buttons-container .button-icon {
      position: absolute; }
    .lightbox-carousel--buttons-container .christies-icon_close {
      right: 10px;
      top: 10px; }
    .lightbox-carousel--buttons-container .christies-icon_left-chevron {
      left: 10px;
      top: 10px; }
    .lightbox-carousel--buttons-container .christies-icon_right-chevron {
      left: 60px;
      top: 10px; }
    .lightbox-carousel--buttons-container .christies-icon_information {
      display: none;
      left: 110px;
      top: 10px; } }
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .lightbox-carousel--image-preview-container {
    align-items: flex-start; }

  .lightbox-carousel--image-description.active {
    transition: bottom 0.75s ease-in; }

  .lightbox-carousel--buttons-container.active {
    transition: bottom 0.85s ease-in; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .lightbox-carousel--image-description.active {
    transition: bottom 0.75s ease-in; }

  .lightbox-carousel--buttons-container.active {
    transition: bottom 0.85s ease-in; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .lightbox-carousel--image-description.active {
    transition: bottom 0.75s ease-in; }

  .lightbox-carousel--buttons-container.active {
    transition: bottom 0.85s ease-in; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .lightbox-carousel--image-description {
    background: none !important;
    background-color: rgba(0, 0, 0, 0.9) !important; }
    .lightbox-carousel--image-description h5 a {
      color: #fff !important;
      text-decoration: underline; } }
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (-webkit-min-device-pixel-ratio: 1) {
  .lightbox-carousel--image-description {
    background: none !important;
    background-color: rgba(0, 0, 0, 0.9) !important; }
    .lightbox-carousel--image-description h5 a {
      color: #fff !important;
      text-decoration: underline; } }
