.item {
    margin-bottom: 16px;
    position: relative;
}

.b-lazy {
    -webkit-transition: opacity 500ms ease-in-out;
       -moz-transition: opacity 500ms ease-in-out;
         -o-transition: opacity 500ms ease-in-out;
            transition: opacity 500ms ease-in-out;
             max-width: 100%;
               opacity: 0;
}
.b-lazy.b-loaded {
               opacity: 1;
}

.item__link {
    display: block;
    margin-right: 30px;
    overflow: hidden;
}

.item__link:hover .item__title {
    color: #2196f3;
}

.item__thumb {
    margin-right: 10px;
    float: left;
    width: 120px;
    height: 67px;
    background-color: #F5F5F5;
    background-size: cover;
    background-position: center center;
}

.item__title {
    font-weight: 500;
    font-size: 12px;
    display: block;
    overflow: hidden;
    height: 30px;
    margin-bottom: 8px;
    color: rgba(0,0,0,.87);
}

.item__meta {
    font-weight: 300;
    color: #757575;
    font-size: 12px;
    overflow: hidden;
}

.item__menu {
    position: absolute;
    right: -10px;
    top: -6px;
}

.itemgrid {
    margin: 0 -8px;
}

.itemgrid .item {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

.itemgrid .item__link {
    margin: 0 8px;
}

.itemgrid .item__thumb {
    display: block;
    width: 100%;
    height: 0;
    margin-bottom: 6px;
    padding-bottom: 56.25%;
}

.itemgrid .item__title {
    width: 100%;
    height: auto;
    max-height: 30px;
}

.itemgrid .item__menu {
    position: absolute;
    top: 0;
    right: 8px;
    text-align: right;
    pointer-events: none;
    left: 24px;
}

.itemgrid .btn--icon-dots::before {
    background: #fff;
    box-shadow: 0 8px 0 #fff, 0 4px 0 #fff;
}

@media (min-width: 650px) {
    .itemgrid .item {
        width: 33.333333%;
    }

    .item__thumb {
        width: 150px;
        height: 84px;
    }

    .item__title {
        font-size: 14px;
        margin-bottom: 15px;
        height: 37px;
    }

    .itemgrid .item__title {
        max-height: 37px;
    }
}

@media (min-width: 880px) {
    .itemgrid .item {
        width: 25%;
    }
}

@media (min-width: 1180px) {
    .itemgrid .item {
        width: 16.66666%;
    }
}
