<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.presidents-club {
    width: 140px;
    border-radius: 70px;
    height: 140px;
}

.presidents-club img {
    max-width: 165px;
}

/* temporary */
.learn {
  display: none;
}
.library {
  display: none !important;
}
.play-button svg {
    bottom: 9vw;
    left: 6vw;
    font-size: 16vw;
}
.headshot &gt; .col {
    background-color: rgba(22, 40, 76, 0.9)!important;
    color: white;
}
.headshot:before {
    left: 51%;
    transform: translateX(-50%);
    width: 552px;
}
@media (min-width: 576px) {
    .play-button svg {
        font-size: 6em;
        bottom: 2.5rem;
        left: 2rem;
    }
    .headshot:before {
    }
    .headshot &gt; .col:after {
    left: -122%;
    width: 416px;
    height: 285px;
    background-size: contain;
    }
    .headshot &gt; .col:before {
    }
}
@media (min-width: 768px) {
    .play-button svg {
        font-size: 2rem;
        bottom: 1.5rem;
        left: .5rem;
    }
    .headshot &gt; .col:after {
        left: -161%;
    }
}
@media (min-width: 992px) {
    .play-button svg {
        font-size: 2.5rem;
    }
    .headshot &gt; .col:after {
        left: -116%;
        width: 513px;
        height: 372px;
    }
}
@media (min-width: 1200px) {
    .play-button svg {
    font-size: 3.5rem;
    }
    .headshot &gt; .col:after {
    width: 552px;
    height: 400px;
    }
}

  </pre></body></html>