.UC193minimal3 a {
    text-decoration: none;
}
.UC193minimal3 .Item{
    position: relative;
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
    overflow: hidden;
}
.UC193minimal3 .ProdDetailsContainer {
    background-color: rgba(255,255,255,0.4);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 7px 12px;
}
.UC193minimal3 .ItemTitleContainer {
    margin-bottom: 3px;
}
.UC193minimal3 .ItemTitle {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.UC193minimal3 .TeaserContainer {
    background-color: rgba(255,255,255,0.4);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .8;
    pointer-events: none;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.UC193minimal3 .Teaser{
    padding: 35px 25px;
    line-height: 22px;
}
.UC193minimal3 .Item:hover .TeaserContainer {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.uc193-minimal3__flag {
    position: absolute;
    top: 8px; left: 8px;
    z-index: 1;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
}