.btn {
    display: inline-flex;
}
.btn, .btn:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.btn {
    align-items: center;
    border-radius: 0.5rem;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    letter-spacing: .025em;
    padding: 0.5rem 1.25rem;
    text-align: center;
    transition-duration: .2s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#gallery-3c > li {
    width: 120px;
    height: 150px;
}
#gallery-pics, .gallery {
    width: 100% !important;
}
#gallery-3c > li > a > div:after {
    right: 20px;
    display:none;
}
.video-live-wrap {
    position: fixed;
    display: flex;
    flex-direction: column;
    top: 1rem;
    left: 1rem;
    border: 1px solid rgba(00, 00, 00, .5);
}
.video-live-bar {
    display: flex;
    flex-direction: row;
    /* justify-content: flex-end; */
    justify-content: space-between;
    /* height: 10px; */
    background-color: rgba(77, 0, 0, 1);
}
