.project-hero img {
  width: 100%;
  height: 40vh;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 640px) {
  .project-hero img {
    height: 80vh;
  }
}
.project_images img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ProjectPag svg, .ProjectPag a {
  width: 25px;
  display: inline-block;
}
.project_details li {
  margin-bottom: 0.35rem;
}
.project_details li strong {
  margin-right: 0.35rem;
  display: inline-block;
}
@media (min-width: 640px) {
  .project_details li strong {
    min-width: 190px;
  }
}
.StandardPag {
  display: block;
}
.SmartPag {
  display: none;
}
.show_SmartPag .StandardPag {
  display: none;
}
.show_SmartPag .SmartPag {
  display: block;
}
