
#car-pictures-container {
  padding-left: 0;
  padding-right: 0;
}

#car-pictures li img {
  height: 520px;
}

@media (min-width: 1100px) {
  #car-pictures li img {
    height: 610px;
  }
}

#car-pictures-container {
  position: relative;
}

@media (max-width: 992px) {
  .text-right-sm {
    text-align: right;
  }

  #car-pictures li img {
    height: 520px;
  }
}

@media (max-width: 767px) {

  #monthly-pay-container.is-stuck {
    box-shadow: 0px 2px 12px 6px rgba(0,0,0,0.2);
  }

  .text-right-xs {
    text-align: right;
  }

  #car-pictures li img {
    height: 470px;
  }

  .noUi-handle.noUi-handle-lower {
    width: 22px;
    height: 22px;
    left: -11px;
    top: -7px;
  }
}


@media (max-width: 476px) {
  #car-pictures li img {
    height: 240px;
  }
}

.header-small {
  font-size: 100%;
  font-weight: normal;
  color: #ccc;
}
