.tiktok{
    display: flex;
    align-items: center;
}
.tiktok .buttons{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.tiktok .buttons div{
    margin: 5px 0px
}
.tiktok .buttons div button{
        min-width: 180px;
}
.tiktok .caption .row{
    display: flex;
    justify-content: space-evenly;
}
.tiktok .video-header {
    padding: 8px;
    gap: 12px;
    background: #e8e8f1;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    height: fit-content;
}
.tiktok .avatar {
    border-radius: 8px;
    width: 150px;
    height: 220px;
    object-fit: cover;
    background-color: #00000014;
    min-width: 150px;
}
.tiktok .video-title {
    font-size: 16px;
    line-height: 18px;
    color: #16161d;
    margin-bottom: 4px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.tiktok .info .video-box-info {
    margin-top: 15px;
}
.tiktok .info .video-box-info div {
    display: flex;
}
.tiktok .info .video-info {
    width: 95px;
    display: block;
}
.tiktok .info span {
    font-size: 14px;
    line-height: 15px;
    color: #49495a;
    margin-bottom: 8px;
    overflow: hidden;
    text-align: left;
    -webkit-box-orient: vertical;
}
.mobile-view{
    display: none
}
.desktop-view{
    display: block
}
@media (max-width: 768px) {
   .tiktok{
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        margin-bottom: 0px !important;
    }
    .tiktok .caption{
        display: flex;
        padding: 5px;
        background: #e8e8f1;
        border-radius: 8px;
        margin-bottom: 10px;
        justify-content: space-between;
    }
    .tiktok .buttons div button{
        min-width: 160px;
    }
    .desktop-view{
        display: none
    }
    .mobile-view{
        display: block
    }
}
/*
a:hover, a:focus, p a {
    text-decoration: none;
    color: #210c1c;
}
.btn-lg.focus, .btn-lg:focus, .btn-lg {
    border: 1px solid #210c1c;
    background: #210c1c;
}
.form-search .url {
    border: 5px solid #210c1c;
}
.glyphicon-paste {
    color: #210c1c;
}
.glyphicon-trash {
    color: #210c1c;
}
.featured h3, a.active {
    color: #210c1c;
}
.installApp {
    background-color: #210c1c!important;
}
.btn.btn-lg:hover {
    background: #210c1c;
    border: 1px solid #210c1c;
}
.share-button{
    background-color: #210c1c;
}
.navbar-toggle {
    border-color: #210c1c;
}
.navbar-toggle .icon-bar {
    background: #210c1c;
}
*/