.preview .preview-content {
  margin-top: 15px;
}

.preview .col-left .image-options {
  overflow: visible;
  margin-left: -10px;
  margin-top: 5px;
  max-width: 100%;
}

.preview .col-left .image-options .image {
  float: left;
  margin-bottom: 5px;
  width: 120px;
  /* Remove below to revert */
  text-align: center;
  max-height: 140px;
  line-height: 140px;
}

.preview .col-left .image-options .image img {
  cursor: pointer;
  margin: 0;
  padding: 0;
  border: 10px solid transparent;
  /* Remove below to revert */
  vertical-align: middle;
  max-height: 130px;
}

@media screen and (min-width:768px) {
  .preview .col-left .image-options .image img.selected {
    border-color: #FF381D;
  }
}

@media only screen and (min-width: 992px) {  /* 992px */
  .preview .col-left .image-options .image {
    margin-right: 20px;
  }
  #preview-image {
    max-height: 600px;
    text-align: center;
    margin-top: 10px;
  }
}

@media only screen and (min-width: 1280px) { /* 1280px */
   .preview .col-left .image-options {
    width: 80%;
  }
}

/*
.preview .col-right .image-fade {
  position: relative;
}

.preview .col-right .image-fade img {
  position: absolute;
  left: 0;

  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

.preview .col-right .image-fade img.fade {
  opacity: 0;
}
*/

.lightbox {
  display: none;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.9);

  align-items:center;
  justify-content:center;

}

.lightbox img {
  max-width: 90%;
  max-height: 80%;
/*  margin-top: 2%;*/
}

.lightbox:target {
  outline: none;

}
