.resource > .resource-demo-preview {
  position: relative;
  height: 215px;
  padding: 0;
  flex: 0 0 auto;
  overflow: hidden;
  background: #eaece7;
}
.resource-demo-preview iframe {
  position: absolute;
  inset: 0 auto auto 0;
  width: 303.031%;
  height: 1200px;
  border: 0;
  transform: scale(.33);
  transform-origin: top left;
  pointer-events: none;
}
.resource-demo-link {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: end;
  justify-content: center;
  padding: 16px;
  background: linear-gradient(transparent 55%, #142a39b3);
  text-decoration: none;
}
.resource-demo-link span {
  padding: 8px 14px;
  background: #142a39;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid #d6b66b;
}
.resource-demo-link:hover span { background: #264758; }
.resource-demo-link:focus-visible { outline: 3px solid #d6b66b; outline-offset: -5px; }
.contact-emails a > span:first-child,
.site-footer .footer-contact a > span:first-child {
  padding-left: 24px;
  min-height: 18px;
  background: url('/assets/visuals/contact-mail.svg') left center / 17px 17px no-repeat;
}
.contact-emails a[href^="tel:"] > span:first-child,
.site-footer .footer-contact a[href^="tel:"] > span:first-child {
  background-image: url('/assets/visuals/contact-mobile.svg');
}
@media (max-width: 900px) {
  .resource > .resource-demo-preview { height: 100%; min-height: 260px; }
}
@media (max-width: 560px) {
  .resource > .resource-demo-preview { height: 190px; min-height: 190px; }
}
