.kollekcio-box {
    background-color:#fff;
    padding:0 8px 0 8px;
    margin: 0;
    border-radius:4px;
}

.kollekcio-thumbnail {
    background-color:#f1f1f1;
    height:250px;
    max-height:250px;
    width: 100%;
    border: 1px solid #f1f1f1;
    border-radius: unset;
    position: relative;

}

.kollekcio-thumbnail img{
    max-height:240px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.kollekcio-caption {
    padding:8px;
    background-color: #e1e1e1;
    font-size:120%;
    display:block;
    margin-bottom:0px;
    left:0;
    height:100px;
    max-height: 100px;
    overflow: hidden;
}


.ad_badge_kollekcio_datum {
    top: 11px;
    left: 9px;
    position: absolute;
    /*background: #ffffff;*/
    background-color: #e1e1e1;
    font-size: 12px;
    font-weight: normal;
    border: solid 4px #e1e1e1;
    border-radius: 0;
    padding: 2px 4px;
    height: 24px !important;
    max-height: 24px !important;
    /*box-shadow: 2px 2px 6px #222;*/
    opacity: 0.9;
    z-index: 10;
    color: #333;
}


.ad_badge_kollekcio_db {
    top: 11px;
    right: 9px;
    position: absolute;
    /*background: #ffffff;*/
    background-color: #e1e1e1;
    font-size: 12px;
    font-weight: normal;
    border: solid 4px #e1e1e1;
    border-radius: 0;
    padding: 2px 4px;
    height: 24px !important;
    max-height: 24px !important;
    /*box-shadow: 2px 2px 6px #222;*/
    opacity: 0.9;
    z-index: 10;
    color: #333;
}

.ad_badge_premium {
    position: absolute;
    top: 11px;
    z-index:5;
    right: 8px;
    background-color: #ff0090;
    font-size: 13px;
    border-radius: 0;
    font-weight: bold;
    height: 24px !important;
    max-height: 24px !important;
    padding: 6px 10px 5px 6px;
    color: #fff;
    text-transform: capitalize;
}
