.examples-container10 {
  width: 100%;
  display: block;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
 
.examples-navlink10 {
  display: contents;
}
 
.examples-text100 {
  font-weight: 700;
}
 
.examples-container13 {
  border: 2px dashed rgba(120, 120, 120, 0.4);
}
 
.examples-container14 {
  border: 2px dashed rgba(120, 120, 120, 0.4);
}
 
.examples-container15 {
  border: 2px dashed rgba(120, 120, 120, 0.4);
}
 
.examples-container16 {
  border: 2px dashed rgba(120, 120, 120, 0.4);
}
 
.examples-thq-active-elm {
  border: 2px dashed rgba(120, 120, 120, 0.4);
}
 
.examples-container17 {
  border: 2px dashed rgba(120, 120, 120, 0.4);
}
 
.examples-container18 {
  border: 2px dashed rgba(120, 120, 120, 0.4);
}
 
.examples-navlink18 {
  display: contents;
}
 
.examples-navlink19 {
  display: contents;
}
 
.examples-container27 {
  color: var(--brand-2);
  font-weight: 800;
}
 
.examples-container33 {
  color: var(--brand-2);
  font-weight: 800;
}
 
.examples-container36 {
  width: 589px;
  height: 331px;
  display: flex;
  background-size: cover;
  background-image: 857794a5-1594-4df2-bb5f-e5151d28bab2;
  background-position: center;
}
 
.examples-container39 {
  width: 588px;
  height: 331px;
  display: flex;
  background-size: cover;
  background-image: 568eb68d-5a01-4b96-865c-f97b2ac93a4b;
  background-position: center;
}
 
.examples-container41 {
  color: var(--brand-2);
  font-weight: 800;
}
 
.examples-container47 {
  color: var(--brand-2);
  font-weight: 800;
}
 
.examples-container53 {
  color: var(--brand-2);
  font-weight: 800;
}
 
.examples-container59 {
  color: var(--brand-2);
  font-weight: 800;
}
 
.examples-container65 {
  color: var(--brand-2);
  font-weight: 800;
}
 
.examples-container71 {
  color: var(--brand-2);
  font-weight: 800;
}


/* Example 03: stretch/squeeze comparison images to fit mobile width */
@media (max-width: 600px) {
  .examples-container36,
  .examples-container39 {
    width: 100% !important;
    max-width: 100% !important;
    height: 260px !important;
    overflow: hidden;
    display: block;
  }

  .examples-container36 img,
  .examples-container39 img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    object-fit: fill !important;
    object-position: center center !important;
  }
}
