.collection {
    background-color: #2e2d2d;
    background-size: 60px 
}
.collection__wrap {
        margin: 0 auto;
            padding: 40px 0 80px;
                width: 1156px
}

.collection__wrap::after {
    content: '';
    clear: both;
    display: table
}
.glam-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 auto;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}
.glam-cell {
    box-sizing: border-box
}

.anibox__figure {
    background: #2e2d2d;
    cursor: pointer;
    float: left;
    margin: 0;
    max-height: 280px;
    min-height: 240px;
    overflow: hidden;
    position: relative;
    text-align: center;
    transition: background-color .35s;
    width: 100% 
}

.anibox__figure:hover {
    background: #821218
}

.anibox__figure:hover .anibox__caption::after,
.anibox__figure:hover .anibox__caption::before,
.anibox__figure:hover .anibox__description,
.anibox__figure:hover .anibox__title {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.anibox__figure:hover .anibox__img {
    opacity: .4;
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}
.anibox__img {
    display: block;
    height: 270px;
    opacity: .7;
    position: relative;
    transition: all .35s ease-out;
    width: 100%
}

.anibox__caption {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.25em;
    height: 100%;
    left: 0;
    padding: 2em; 
    position: absolute;
    top: 0;
    width: 100% 
}

.anibox__caption:after,
.anibox__caption:before {
    bottom: 30px;
    content: '';
    left: 30px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 30px;
    top: 30px;
    transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s 
}

.anibox__caption:before {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1)
}

.anibox__caption:after {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0)
}

.anibox__caption div {
    line-height: normal;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.anibox__title {
    color: #fff;
    font-size: 22px;
    letter-spacing: 1px; 
    margin: 0;
    padding-top: 0;
    text-shadow: 0 1px 1px rgba(70, 68, 68, .8);
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    transition: -webkit-transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s 
}
.anibox__subheading {
    font-size: 16px;
    text-transform: uppercase;
    font-weight:600;
}

.anibox__description {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    opacity: 0;
    padding: 10px 2em 0;
    text-shadow: 0 1px 1px rgba(70, 68, 68, .8);
    text-transform: none;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s 
}

.anibox__link {
    font-size: 0;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-indent: 200%;
    top: 0;
    white-space: nowrap;
    width: 100%;
    z-index: 1000 
}
/*Dealbox*/

.dealbox__figure {
    background: #2e2d2d;
    cursor: pointer;
    float: left;
    margin: 0;
    max-height: 280px;
    min-height: 240px;
    overflow: hidden;
    position: relative;
    text-align: center;
    transition: background-color .35s;
    width: 100% 
}

.dealbox__figure:hover {
    background: #000;
}

.dealbox__figure:hover .dealbox__caption::after,
.dealbox__figure:hover .dealbox__caption::before,
.dealbox__figure:hover .dealbox__description,
.dealbox__figure:hover .dealbox__title {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.dealbox__figure:hover .dealbox__img {
    opacity: .4;
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}
.dealbox__img {
    display: block;
    height: 240px;
    opacity: .7;
    position: relative;
    transition: all .35s ease-out;
    width: 100%
}

.dealbox__caption {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.25em;
    height: 100%;
    left: 0;
    padding: 2em; 
    position: absolute;
    top: -30px;
    width: 100% 
}

.dealbox__caption:after,
.dealbox__caption:before {
    bottom: 30px;
    content: '';
    left: 30px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 30px;
    top: 30px;
    transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s 
}

.dealbox__caption:before {
    /*border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1)*/
}

.dealbox__caption:after {
    /*border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0)*/
}

.dealbox__caption div {
    line-height: normal;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.dealbox__title {
    color: #fff;
    font-size: 22px;
    letter-spacing: 1px; 
    margin: 0;
    padding-top: 0;
    text-shadow: 0 1px 1px rgba(70, 68, 68, .8);
    -webkit-transform: translate3d(0, 20px, 0);
    /*transform: translate3d(0, 20px, 0);*/
    transform: translate3d(0, 120px, 0);
    transition: -webkit-transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s 
}
.dealbox__subheading {
    font-size: 36px
}

.dealbox__description {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    margin: 0;
    opacity: 0;
    padding: 10px 2em 0;
    text-shadow: 0 1px 1px rgba(70, 68, 68, .8);
    text-transform: none;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s 
}

.dealbox__link {
    font-size: 0;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-indent: 200%;
    top: 0;
    white-space: nowrap;
    width: 100%;
    /*z-index: 1000 */
}
@media (min-width:840px) {
    .glam-grid {
        padding: 8px
    }
    .glam-cell {
        margin: 8px;
        width: calc(33.33333% - 16px)
    }
    .glam-cell--6-col,.glam-cell--6-col-desktop.glam-cell--6-col-desktop {
        width: calc(50% - 16px)
    }
    .mdl-grid--no-spacing>.glam-cell--6-col,.mdl-grid--no-spacing>.glam-cell--6-col-desktop.glam-cell--6-col-desktop {
        width: 50%
    }
    .glam-cell--3-col,.glam-cell--3-col-desktop.glam-cell--3-col-desktop {
        width: calc(25% - 16px)
    }
    .mdl-grid--no-spacing>.glam-cell--3-col,.mdl-grid--no-spacing>.glam-cell--3-col-desktop.glam-cell--3-col-desktop {
        width: 25%
    }
    .glam-cell--4-col,.glam-cell--4-col-desktop.glam-cell--4-col-desktop {
        width: calc(33% - 0px)
    }
    .mdl-grid--no-spacing>.glam-cell--4-col,.mdl-grid--no-spacing>.glam-cell--4-col-desktop.glam-cell--4-col-desktop {
        width: 33%
    }
    .glam-blog-cell {
        margin:0px;
    }
}
