﻿.bkg {
    background-repeat: no-repeat;
    background-size: 250px;
    background-color: #e9e9eb;
}

.video .umb-content-grid {
    -ms-flex-pack: left;
    justify-content: left;
}

.video .umb-content-grid__item {
    -ms-flex: 0 1 250px;
    flex: 0 1 250px;
}

.video .umb-content-grid__icon-container {
    height: 100px;
}

.dot {
    height: 5px;
    width: 5px;
    background-color: #35c786;
    border-radius: 50%;
    display: block;
}

.unpublishedItem {
    opacity: 35%;
}