.afisha-latest-widget {
    width: 100%;
}

.afisha-latest-widget__teaser {
    display: block;
}

.v2__afisha__club-test__teaser {
    display: block;
}

.v2__afisha__has-more,
.v2__afisha__test__go {
    width: 100%;
    margin-top: 4px;
}

.afisha-latest-widget__teaser-box {
    margin: 10px 0;
}

.v2__afisha__club-test__teaser-box {
    margin: 10px 0;
}

.v2__afisha__club-test__teaser__title {
    position: absolute;
    bottom: 0;
    left: 0;

    overflow: hidden;

    box-sizing: border-box;
    width: 100%;
    height: 46%;
    padding: 16px 20px;

    text-transform: uppercase;
    text-overflow: ellipsis;

    color: #fff;
    background: rgba(0, 0, 0, .45);

    font-size: 1.13em;
    font-weight: bold;
    line-height: 22px;
}

.afisha-latest-widget__teaser__title
{
    position: absolute;
    bottom: 0;
    left: 0;

    overflow: hidden;

    box-sizing: border-box;
    width: 100%;
    height: 46%;
    padding: 16px 20px;

    text-transform: uppercase;
    text-overflow: ellipsis;

    color: #fff;
    background: rgba(0, 0, 0, .45);

    font-size: 1.13em;
    font-weight: bold;
    line-height: 22px;
}

.afisha-latest-widget__teaser__announcement-container {
    padding: 16px 20px;

    background-color: #fff;
}

.afisha-latest-widget__teaser__announcement {
    overflow: hidden;

    height: 70px;

    text-overflow: ellipsis;

    background: #fff;

    line-height: 22px;
}

.v2__afisha__club-test__teaser__announcement {
    overflow: hidden;

    box-sizing: content-box;
    height: 70px;
    padding: 16px 20px;

    text-overflow: ellipsis;

    background: #fff;

    line-height: 22px;
}

.afisha-latest-widget__teaser__img,
.v2__afisha__club-test__teaser__img {
    position: relative;

    padding-top: 70%;

    background-size: cover;
}

@media screen and (min-width: 600px) {
    .afisha-latest-widget__items {
        display: flex;

        width: 100%;
        height: auto;

        justify-content: space-between;
    }
    .afisha-latest-widget__teaser-box {
        /* Отступ в 20px */
        width: 48.5%;
        margin: 0;
    }

    .v2__afisha__club-test__teaser-box {
        /* Отступ в 20px */
        width: 100%;
        margin: 0;
    }
}

@media screen and (min-width: 960px)
{
    .afisha-latest-widget {
        display: flex;

        justify-content: space-between;
    }

    .v2__afisha__club-test {
        display: block;
    }

    .afisha-latest-left-container {
        width: 66%;
    }

    .afisha-latest-widget__items {
        display: flex;

        justify-content: space-between;
    }

    .afisha-latest-widget__teaser-box {
        width: 48.4%;
    }

    .v2__afisha__club-test__teaser-box {
        width: 100%;
    }

    .afisha-latest-widget__teaser__img {
        height: 216px;
        padding-top: 0;

        background-size: cover;
    }

    .v2__afisha__club-test__teaser__img {
        height: 216px;
        padding-top: 0;

        background-size: cover;
    }

    .v2__afisha__container-ads {
        width: 306px;
    }

    .v2__afisha__has-more {
        width: 100%;
    }



}

.afisha-latest-widget__teaser-box:hover,.v2__afisha__club-test__teaser-box:hover > .v2__afisha__club-test__teaser,
.afisha-latest-widget__teaser-box:focus,.v2__afisha__club-test__teaser-box:focus > .v2__afisha__club-test__teaser
{
    opacity: .9;
    box-shadow: 0 1em 1em -1em rgba(0, 0, 0, .3);
}