.lb-cancel {
  background: url('./../img/loading1.gif') no-repeat;
}


.lb-nav a.lb-prev {
  background: url('./../img/prev1.png') left 48% no-repeat;
  opacity: 1;
  margin-left: -65px;
}

@media (max-width: 480px) {
  .lb-nav a.lb-prev {
    margin-left: -58px;
  }
}


/*Previous icon*/

.lb-nav a.lb-next {
  background: url('./../img/next1.png') right 48% no-repeat;
  margin-right: -65px;
}

@media (max-width: 480px) {
  .lb-nav a.lb-next {
    margin-right: -58px;
  }
}

.lb-nav a.lb-next {
  opacity: 1
}


/* Close icon */
.lb-dataContainer {
  position: absolute;
  left: 0;
  top: 0;
  bottom: auto;
  right: -9px;
  margin: -40px auto 0;
}

.lb-data .lb-details {
  display: none;
}

.lb-data .lb-close  {
  background: url("./../img/close1.png") top right no-repeat;
}


@media (max-width: 1024px) {
  .lb-image {
    margin: auto !important;
    max-width: 100% !important;
  }

  .lb-outerContainer {
    width: calc(100% - 44px) !important;
    max-width: calc(100% - 30%) !important;
  }
}