<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* headshot */
.headshot:before {
  height: 621px;
  width: 821px;
  left: 50%;
  transform: translateX(-50%);  
  bottom: 0;
}
@media (min-width: 576px) {
  .headshot:before {
    display: block;
  }
}
@media (min-width: 768px) {
  .headshot:before {
    display: none;
  }
  .headshot &gt; .col:after {
      left: -244%;
      height: 469px;
      width: 620px;
      background-size: 100%;
  }  
}
@media (min-width: 992px) {
  .headshot &gt; .col:after {
      left: -327%;
      width: 821px;
      height: 621px;
  }
}
@media (min-width: 1200px) {
  .headshot &gt; .col:after {
      left: -279%;
  }
}
</pre></body></html>