@charset "utf-8";
/* Relative "updated X ago" badge shown under the cover (Latest Updated section) */
.film-updated {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    display: inline-block;
    max-width: 100%;
    padding: 3px 8px;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
    background: rgba(0, 0, 0, .72);
    border-radius: 0 4px 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
