.pb_labels {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: -0.5rem;
    left: -0.5rem;
    width: 65px;
    z-index: 0;
}

.pb_labels > li {
    margin-bottom: 10px;
}

.pb_labels > li.teka-days {
    padding: 10px;
    color: #fff;
    background-color: #c8102e;
    font-weight: bold;
    border-radius: 4px;
}

.pb_labels img {
    width: 100%;
    max-width: 100%;
    display: block;
    height: auto;
}
