/* Static */
.item.promoPost,
.item.promoPost .item_wrap {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.item.promoPost .item_wrap {
    background: #fff;
}
.item.promoPost .image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #fff;
    z-index: 1;
}
.item.promoPost .image img {
    display: none;
}



/* Modifiers */
.postmargin .item.promoPost.default {
    box-sizing: border-box;
    padding: 0.2em;
}
.postrounded .item.promoPost.default .item_wrap {
    border-radius: 1em;
}

.itemrelative .item.promoPost .item_wrap,
.itemrelative .item.promoPost .image,
.itemrelative .item.promoPost .image img {
    position: relative;
    height: 100%;
    width: auto;
}
.itemrelative .item.promoPost .image img {
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
}




/* Animation */
/* none */