.screen-sm {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 10px;
}

.screen-md {
    max-width: 880px;
    margin: 0 auto;
    padding: 0 10px;
}

.screen-lg {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 10px;
}

.no-padding {
    padding: 0 0 !important;
}

.center {
    margin: 0 auto;
}

.user-avatar {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-color: grey;
    vertical-align: middle;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.user-avatar.big {
    width: 32px !important;
    height: 32px !important;
}
.user-avatar.bbig {
    width: 45px !important;
    height: 45px !important;
}
.user-avatar.huge {
    width: 94px !important;
    height: 94px !important;
}

.videocard .card-body {
    padding: .7rem 1rem !important;
}

input,
textarea {
    font-family: Arial, Helvetica, sans-serif !important;
}

.views {
    font-size: 14px;
    color: grey;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.video-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.card, .hover-animation {
    transition: all 0.2s ease;
}

.img-cover {
    background-repeat: no-repeat;
    background-size: cover;
}

.lite-videocard {
    height: 120px;
    position: relative;
    border-radius: 6px;
    cursor: pointer;
}
.lite-videocard .title {
    background-color: rgba(255, 255, 255, .85);
    border-radius: 4px;
    color: #000;
    padding: 0px 5px;
    font-size: 16px;
    width: fit-content;
    max-width: 80%;
}
.lite-videocard .title.sub {
    margin-top: 1px;
    font-size: 13px !important;
}
.lite-videocard .position-text {
    position: absolute;
    bottom: 5px;
    left: 10px;
}