/* Targets El Dorado lightbox stack to ensure box-sizing is properly set for that stack within this theme. */

.jquery-lightbox {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
