.pageTop {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.pageTop {
  position: relative;
  z-index: 8;
  background-image: url("https://www.mountainluxerv.com/wp-content/themes/sitesalt/assets/home-head.jpg");
  min-height: 300px;
  height: 25vh;
  text-align: center;
}
@media (max-width: 991.98px) {
  .pageTop {
    height: auto;
    min-height: 180px;
  }
}
.pageTop {
  overflow: hidden;
}
.pageTop .actualContent {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  color: #fff;
  text-shadow: 2px 2px 2px #000000;
  background: rgba(0, 0, 0, 0.3);
}
@media (max-width: 991.98px) {
  .pageTop .actualContent {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.pageTop .actualContent .container, .pageTop .actualContent .row {
  height: 100%;
}
.pageTop .actualContent h1, .pageTop .actualContent h2 {
  font-size: 68px;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .pageTop .actualContent h1, .pageTop .actualContent h2 {
    font-size: 48px;
  }
}
@media (max-width: 767.98px) {
  .pageTop .actualContent h1, .pageTop .actualContent h2 {
    font-size: 40px;
  }
}
.pageTop .actualContent p {
  margin-bottom: 30px;
}

.playBtn {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("https://www.mountainluxerv.com/wp-content/themes/sitesalt/assets/white-play-button.png");
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  cursor: pointer;
}
.playBtn.red {
  background-image: url("https://www.mountainluxerv.com/wp-content/themes/sitesalt/assets/red-play-button.png");
}

.videoFeature.reversed {
  background: linear-gradient(to left, #242424 60%, #fff 40%);
}
.videoFeature {
  background: linear-gradient(to right, #242424 60%, #fff 40%);
  color: #fff;
}
@media (max-width: 991.98px) {
  .videoFeature {
    background: #242424;
  }
}
.videoFeature .title {
  color: #fff;
}
.videoFeature .absPosImg {
  position: relative;
}
.videoFeature .absPosImg a {
  transition: all 1s;
  display: block;
  box-shadow: 0px 0px 35px 5px rgba(0, 0, 0, 0.2);
}
.videoFeature .absPosImg a:hover {
  box-shadow: 0px 0px 35px 5px rgba(0, 0, 0, 0.5);
}
@media (max-width: 991.98px) {
  .videoFeature .absPosImg a {
    margin-top: 40px;
  }
}

.patternBg {
  background: url("https://www.mountainluxerv.com/wp-content/themes/sitesalt/assets/gray-pattern.jpg") center repeat;
  padding-top: 60px;
  padding-bottom: 60px;
}

.whyChoose .whyChooseItem {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
  border: 1px solid #dcdcdc;
}
@media (max-width: 991.98px) {
  .whyChoose .whyChooseItem {
    text-align: center;
  }
  .whyChoose .whyChooseItem img {
    margin-bottom: 20px;
  }
}
.whyChoose .whyChooseItem h4 {
  font-size: 28px;
}

.financingIframe {
  width: 100%;
  min-height: 800px;
}

.reviewBox {
  background: #c1bb9b;
  padding: 25px 15px;
}

.gallery img {
  cursor: pointer;
}

.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;
}

.model {
  background: #242424;
}
.model .modelImage {
  min-height: 250px;
  border: 1px solid #8c4b51;
  cursor: pointer;
}
.model h2, .model h3, .model h4 {
  color: #fff;
}

.pageContentSameHeadings h2, .pageContentSameHeadings h3, .pageContentSameHeadings h4 {
  font-size: 28px;
  color: #8c4b51;
}/*# sourceMappingURL=css_part_about.css.map */