html {
  font-size: 25px;
}
@media only screen and (max-width: 2300px) {
  html {
    font-size: 23px;
  }
}
@media only screen and (max-width: 2200px) {
  html {
    font-size: 22px;
  }
}
@media only screen and (max-width: 2100px) {
  html {
    font-size: 21px;
  }
}
@media only screen and (max-width: 2000px) {
  html {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1900px) {
  html {
    font-size: 19px;
  }
}
@media only screen and (max-width: 1800px) {
  html {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1700px) {
  html {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1540px) {
  html {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  html {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  html {
    font-size: 14px;
  }
}

.single-model_images .section-content {
  padding-top: 3.75rem;
}
@media only screen and (max-width: 991px) {
  .single-model_images .section-content {
    margin-bottom: 3.75rem !important;
  }
}
.single-model_images .section-content .content-holder {
  max-width: 60.75rem;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
}
.single-model_images .section-content .title {
  max-width: 572px !important;
}
.single-model_images .section-masonry .col-image {
  margin-bottom: 24px;
}
@media only screen and (max-width: 991px) {
  .single-model_images .section-masonry .col-image {
    margin-bottom: 15px !important;
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}

/*# sourceMappingURL=model-images.css.map */
