.v2__tlum-club__container {
    width: 100%;
}

.v2__tlum-club__items {
    display: flex;
    overflow: auto;

    justify-content: space-between;
    flex-wrap: nowrap;
}

.v2__tlum-club__item-container {
    width: 45%;
    margin-right: 10px;
    margin-bottom: 1em;

    opacity: 1;
    background-color: #35b6de;

    flex-grow: 0;
    flex-shrink: 0;
}

.v2__tlum-club__item-container:hover {
    opacity: .9;
}

.v2__tlum-club__item {
    display: block;
}

.v2__tlum-club__item-title {
    margin-top: -8px;
    padding: 0;

    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;

    color: #fff;

    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
}

.v2__tlum-club__item-title-row {
    margin-top: 6px;
}

.v2__tlum-club__item-image {
    padding-top: 64%;

    background-repeat: no-repeat;
    background-position: center;
}

.v2__tlum-club__item-title:hover {
    color: #fff;
}

@media screen and (min-width: 600px) {
    .v2__tlum-club__item-container {
        width: 176px;
        height: 173px;
        margin-right: 0;
        margin-bottom: 0;
    }

    .v2__tlum-club__item-title {
        font-size: 18px;
        line-height: 24px;
    }

}

@media screen and (min-width: 1200px)
{
    .v2__tlum-club__item-image {
        background-position: 50% .2em;
    }

    .v2__tlum-club__item-title {
        margin-top: 0;

        color: #fff;

        font-size: 18px;
        line-height: normal;
    }

    .v2__tlum-club__item-title-row {
        margin-top: 12px;
    }
}
