/* Phone Only */
@media (min-width: 576px) and (max-width: 767.98px) {
    
}

.bingkai-card:hover {
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1) !important;
}

.bingkai-name {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bingkai-owner .bingkai-profile-pic {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin-right: 3px;
    display: inline-block;
    /* background-image: url(/img/landing/profile-pic.png); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bingkai-owner {
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 20px;
}

.bingkai-name {
    margin-bottom: 10px;
}

.bingkai-owner small {
    vertical-align: top;
}

.bingkai-time, .bingkai-download {
    display: block;
    font-size: 14px;
}

.bingkai-time img, .bingkai-download img {
    width: 18px;
    height: 18px;
    margin-right: 3px;
}

.bingkai-download img {
        filter:invert(15%) sepia(86%) saturate(7187%) hue-rotate(357deg) brightness(95%) contrast(106%);
}

.bingkai-time span, .bingkai-download span {
    vertical-align:text-top;
}

.bingkai-card .bingkai-img {
    max-height: 126px;
    width: auto;
    border-radius: 8px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.thumbnail-container {
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
}