.shop_2k_module{
    position: absolute;
    overflow: hidden;
}

.shop_2k_module .shop2kWrapper{
    float:left;
    width:100%;
    height: inherit;
}

.shop_2k_module .shop2kWrapper a{
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    text-decoration: none;
}

.shop_2k_module img{
    height: 100%;
    position:relative;
    display: block;
    margin: 0 auto;
}

.shop_2k_module[data-sizex="1"][data-sizey="1"] img {
    max-height:138em;
}

.shop_2k_module > a{
    text-decoration: none !important;
    display: block;
}

    .shop_2k_module .shop2kCaption
    {
        height: 1.5em;
        background: #E51318;
        margin: -2em 0 0;
        color: white;
        text-align: center;
        font-weight: 700;
        font-style: italic;
        vertical-align: middle;
        line-height: 1.5em;
        bottom: -.04em;
        position: absolute;
        width: 102%;
        font-size: 28em;
        margin-left: -1%;
        text-transform: uppercase;
        white-space: nowrap;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        padding: 0 1em;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

.shop_2k_module:hover .shop2kCaption{
    background:#8e0c08
}

.shop_2k_module .banner-image {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.shop_2k_module .shop2kCaption.color-scheme-Gray {
    background: rgba(0, 0, 0, 0.65);
}

.shop_2k_module:hover .shop2kCaption.color-scheme-Gray{
    background: rgba(0, 0, 0, 0.85);
}

.shop_2k_module .shop2kCaption.cta-position-top,
.shop_2k_module .shop2kCaption.cta-position-ne,
.shop_2k_module .shop2kCaption.cta-position-nw {
    top: 2em;
}

.shop_2k_module .shop2kCaption.cta-position-ne,
.shop_2k_module .shop2kCaption.cta-position-nw,
.shop_2k_module .shop2kCaption.cta-position-se,
.shop_2k_module .shop2kCaption.cta-position-sw {
    width: auto;
    max-width: 102%;
}

.shop_2k_module .shop2kCaption.cta-position-ne,
.shop_2k_module .shop2kCaption.cta-position-se {
    right: 0;
}