﻿article.post.social {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    background: #e8e8e8 !important;
    height: auto !important;
}

.big-video-box {
    background: #fff;
    box-shadow: 0 10px 10px 5px #ddd;
    padding: 10px;
    border-radius: 5px;
    position: relative;
    margin: 0 30px 25px;
}

.big-video-box a:hover {
    text-decoration: none;
    background-color: transparent;
}

.big-video-box img.player {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    border-radius: 50%;
    /* animation: pulse-white 1.5s infinite; */
}



.big-video-box img {
    width: 100%;
}

@keyframes pulse-white {
    0% {
        transform: translate(-50%, -50%) scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }

    70% {
        transform: translate(-50%, -50%) scale(1);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }

    100% {
        transform: translate(-50%, -50%) scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.big-video-box h1.title {
    font-size: 100% !important;
    font-weight: 600 !important;
    padding: 0 0 10px !important;
    margin: 1rem 0 0 0 !important;
    color: #444 !important;
    border-right: none !important;
    letter-spacing: normal !important;
    float: unset !important;
    text-align: right;
}

.topProfile {
    display: block !important;
    position: relative;
    direction: rtl;
    text-align: right;
}

.topData {
    float: right;
    text-align: revert;
    margin-bottom: 10px;
}

img.userImage {
    width: 50px;
    height: 50px;
    border-radius: 50% !important;
    margin: 4px 4px 0 0;
}

.postDate span {
    display: flex;
    font-size: 12px;
    color: #666;
}

span.userName {
    color: #555;
    font-weight: 700;
    font-size: 14px !important;
}

.postDate {
    display: inline-block;
    padding: 5px 10px 0 0;
}

.imageOfPost {
    position: relative;
}

.getMoreOptions {
    position: absolute;
    left: 10px;
    top: 5px;
    color: #555;
}


.mLikePage {
    margin: 0 0 25px 8px !important;
}
.moreVideosBox .big-video-box {
    margin: 0 0 30px 0;
    padding: 0;
}
.moreVideosBox .moreVideosTitle {
    text-align: right;
    margin: 20px;
}

    .moreVideosBox .big-video-box h1.title {
        /* display: none; */
        padding: 5px 10px !important;
        font-size: 14px !important;
        line-height: 22px;
        height: 75px;
        overflow: hidden;
        margin: 0 !important;
    }

    .moreVideosBox .big-video-box img {
        border-radius: 0 0 4px 4px;
        height: 165px;
    }

            .moreVideosBox .big-video-box img.player {
                width: 45px;
                height: 45px;
            }
        .moreVideosBox img.userImage {
            width: 30px;
            height: 30px;
        }

.moreVideosBox span.userName {
    font-size: 12px !important;
}

.moreVideosBox span {
    font-size: 10px !important;
}

.moreVideosBox .postDate {
    padding: 0 5px 0 0;
}

.big-video-box .tags {
    display: block;
}

.big-video-box .tags ul {
    display: block !important;
    width: 100% !important;
    padding: 10px 20px;
    text-align: right;
}

.big-video-box .tags ul li {
    float: none;
    display: inline-block;
}

.big-video-box .tags ul li h3 {
    overflow: hidden;
    padding: 0 3px;
}

.big-video-box .tags ul li h3 a {
    width: auto !important;
    border-radius: 5px !important;
    background: #eee;
    color: #111 !important;
    padding: 0 15px;
}

.big-video-box .tags ul li h3 a:hover {
    background: #f5f5f5;
    color: #333 !important;
}
.big-video-box a {
    display: inline-block;
    width: 100%;
}
.mobile .relatevideos .big-video-box {
    margin: 10px 0 !important;
}