.tri-banner {
    display: grid;
    grid-template-columns: 1fr 9fr;
    position: relative;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0.08);
    border: 1.5px solid #B0BAC5;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    color: #302E31;
    overflow: hidden;
    margin: 25px 0 25px 0;
}

.tri-banner__image-container {
    background-color:rgba(48, 46, 49, 1);
} 

@media screen and (max-width: 600px) {
    .tri-banner {
        grid-template-columns: auto;
    }
    .tri-banner__image-container {
        display: none;
    }
}

.tri-banner__image {
    width: 100%;
    height: 100%;
    max-width: 250px;
    max-height: 250px;
}

.tri-banner__body {
    display: grid;
    grid-template-rows: auto auto auto;
    padding: 13.5px;
    padding-right: 48px;
    font-size: 14px;
    line-height: 23px;
    position: relative;
}

.tri-banner__body > p {
    margin-top: 0;
    height: 69px;
    color: #302E31;
    font-family: Lato;
    font-size: 14px;
    line-height: 23px;
    z-index: 20;
}

.tri-banner__header {
    font-size: 34px;
    font-weight: bold;
    line-height: 30px;
    z-index: 1;
    /* font-family: Lato; */
    color: #DAA520;
}

.tri-banner__attribution {
    justify-self: flex-end;
    font-style: inherit;
    font-weight: 600;
    font-size: 11px;
    margin-top: -8px;
}

.tri-banner__background-circle {
    background-color: #922827;
    border-radius: 50%;
    position: absolute;
}

.tri-banner__background-circle-sm {
    width: 4px;
    height: 4px;
}
.tri-banner__background-circle-md {
    width: 8px;
    height: 8px;
}
.tri-banner__background-circle-lg {
    width: 13px;
    height: 13px;
}

/* no clue why this has to start at 2 here, but... */
.tri-banner__background-circle:nth-of-type(2) {
    top: 25%;
    left: 25%;
    opacity: 18%;
}
.tri-banner__background-circle:nth-of-type(3) {
    top: 15%;
    left: 37%;
    opacity: 59%;
}
.tri-banner__background-circle:nth-of-type(4) {
    top: 25%;
    left: 45%;
    opacity: 42%;
}
.tri-banner__background-circle:nth-of-type(5) {
    top: 15%;
    left: 55%;
    opacity: 14%;
}
.tri-banner__background-circle:nth-of-type(6) {
    top: 15%;
    right: 35%;
    opacity: 88%;
}
.tri-banner__background-circle:nth-of-type(7) {
    top: 20%;
    right: 20%;
    opacity: 59%;
}
.tri-banner__background-circle:nth-of-type(8) {
    top: 13%;
    right: 8%;
    opacity: 42%;
}
.tri-banner__background-circle:nth-of-type(9) {
    top: 28%;
    right: calc(16px + 1%);
    opacity: 10%;
}
.tri-banner__vir-bg1 {
    width: 200px;
    height: 150px;
    left: -100px;
    bottom: -64px;
    opacity: .08;
}
.tri-banner__vir-bg2 {
    width: 90px;
    height: 90px;
    left: 30%;
    top: -70px;
}
.tri-banner__vir-bg3 {
    width: 100px;
    height: 100px;
    right: 10%;
    top: -70px;
    opacity: .28;
}
.tri-banner__vir-bg4 {
    width: 75px;
    height: 75px;
    right: -40px;
    bottom: -12px;
}
