wc-layout{
    display: table;
}

wc-layout-row{
    display: table-row;

}
wc-layout-cell{
    display: table-cell;
    vertical-align: top;
    empty-cells: show;
}

.item-type-img {
    display:block;
}

wc-text-wrapper,
wc-titile,
wc-img{
    display:block;
    width: 100%;
    height: 100%;
}

wc-text{
    display: inline;
    white-space: normal;
}

.item-type-text,
wc-text-wrapper{
    color: #FFFFFF;
}

.item-type-text p{
    margin: 0;
}

.loading-image{
    background: url('../assets/images/loading.gif') no-repeat center;
}

.loaded-image{
    background-position: 50%;
    background-size: cover;
}
