.ticker {
    width: 100%;
    overflow: hidden;
}

.ticker-viewport {
    width: 100%;
    overflow: hidden;
}

.ticker-track {
    display: flex;
    flex-direction: row;
    width: 100%;
    will-change: transform;
}

.ticker-slide {
    flex: 0 0 100vw; /* one slide per view */
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    padding: 0 2rem;
    box-sizing: border-box;
}

.ticker-slide.is-link {
    cursor: pointer;
}

.tech-award-banner-text h2 {
    color: #6dcc0b;
    font-weight: 700;
    font-size: 34px;
    letter-spacing: 0.1em;
    line-height: 40px;
    text-transform: uppercase;
}

.awards-ticker-colab-logo {
    margin-right: 30px;
    max-width: 130px;
}

.tech-award-banner {
    height: 225px;
}

.tech-award-banner-text, .tech-award-banner-logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tech-award-banner-logo {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.tech-award-banner-text span {
    color: #343c43;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    display: block;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.tech-award-banner-text span:first-of-type {
    margin-bottom: 4px;
}

.tech-awards {
    width: 165px;
    height: auto;
}

.era-awards {
    width: 145px;
    height: auto;
}


@media only screen and (max-width: 800px) {
    .tech-award-banner {
        height: auto;
        flex-direction: column-reverse;
        justify-content: center;
    }

    .tech-awards {
        width: 120px;
        height: auto;
        margin: auto;
    }

    .era-awards {
        width: 100px;
        height: auto;
    }

    .tech-award-banner-logo {
        justify-content: center;
    }

    .awards-ticker-colab-logo {
        display: none;
    }
    .colab {
        display: inline !important;
    }

    .tech-award-banner-text h2 {
        font-size: 21px;
    }

    .tech-award-banner-text span {
        font-size: 16px;
        line-height: 1.67;
    }
}

@media only screen and (min-width: 800px) {
    .colab {
        display: none !important;
    }
}

