@use "../../../../styles/int.scss";

.headshotContainer {
  margin-top: calc(-1 * int.$spacing-4);
  position: relative;

  @include int.election-layer-zindex("nav");

  .headshot {
    width: 140px;
    margin: auto;
    max-width: 140px;
  }
}
