.photoGalBox .photoGalBoxItem {
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}

.photoGalBox .col-md-6, .photoGalBox .col-md-3 {
  padding: 0;
}
.photoGalBox .nomarginhere {
  margin: 0 !important;
}
.photoGalBox .photoGalBoxItem {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  cursor: pointer;
}
.photoGalBox .photoGalBoxItem:after {
  transition: all 0.5s;
  content: "";
  display: block;
  padding-bottom: 70%;
  background: url("https://www.mountainluxerv.com/wp-content/themes/sitesalt/assets/icon-zoom.png") no-repeat top right rgba(0, 0, 0, 0.2);
}
.photoGalBox .photoGalBoxItem.changeHeight:after {
  padding-bottom: 50%;
}
.photoGalBox .photoGalBoxItem:hover:after {
  background-color: rgba(0, 0, 0, 0);
}
.photoGalBox .photoGalBoxItem span {
  display: block;
  position: absolute;
  color: #fff;
  font-size: 28px;
  bottom: 0;
  right: 0;
  padding-bottom: 20px;
  padding-right: 20px;
}

.equipment-category, .option-category {
  font-size: 24px;
  margin-bottom: 20px;
}

.video-container {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.video-container iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}/*# sourceMappingURL=css_part_inventory_details.css.map */