.video_preview_element_class_for_gen_purpose {
    box-sizing: border-box;
    margin:5px;
    border:1px solid lightgray;
    border-radius: 10px;
    padding:10px;
    width:95%;
    max-width:550px;
    min-width: 225px;
    box-sizing: border-box;
    background-color: var(--bg-primary);
}
.video_content_placeholder {
    width: unset;
    max-width: unset;
    max-height:250px;
    border-radius: 7px;
    cursor: pointer;
    display: block;
    margin: auto;
}
.shimmer {
    color: grey;
    -webkit-mask:linear-gradient(-60deg,#000 30%,#0005,#000 70%) right/300% 100%;
    mask:linear-gradient(-60deg,#000 30%,#0005,#000 70%) right/300% 100%;
    background-repeat: no-repeat;
    animation: shimmer 2.5s infinite;
}
   
@keyframes shimmer {
    100% {-webkit-mask-position:left}
}
.video_placeholder {
    width: 95%;
    min-width: 200px;
    max-width:350px;
    border-radius: 7px;
    cursor: pointer;
    display: block;
    margin: auto;
}
.portrait_placeholder .video_placeholder{
    width: unset;
    min-width: unset;
    max-width:unset;
    max-height:250px
}
.placeholder_and_caption{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    cursor: pointer;
}
.placeholder_and_caption:hover .display_section_video_caption {
    color:rgb(0,140,230) !important;
    font-weight: bold;
}
.video_and_player_container{
    display:flex;
    flex-direction:column;
    /*height:250px; */
    height:max-content
}
.video_placeholder:hover {
    transform: scale(1.01);
}
.video_series_single_video_section {
    width:max-content;
    max-height:300px;
    margin-right:10px;
    margin-bottom: 10px;
}
.display_section_video_caption {
    margin: 0 0 4px 10px;
    font-size: 13px;
    /*line-height: 2rem;*/
    overflow: hidden;
    display: block;
    max-height: 4rem;
    -webkit-line-clamp: 2;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    margin-top:10px;
    min-width:175px;
    color: var(--text-primary);
}
.display_section_video_caption p{
    margin: unset !important;
    padding: unset !important;
    line-height: 1.6em;
    font-size: 13px;
    color: var(--text-primary);
}
.display_section_video_caption img {
    position: relative;
    top:7px;
    transform: scale(0.9);
}
.video_preview_play_icon {
    width:35px;
    display: inline-block;
    margin: auto;
    position:relative;
    bottom:135px;
    z-index: 10;
    cursor: pointer;
}
.post_header_section{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}
.video_details_poster_details_section {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    text-decoration: none;
}
.video_details_user_account_avatar{
	width:35px;
	height:35px;
	border-radius:50%;
	border:1px solid rgb(226,226,226);
	margin-right:10px;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.poster_extra_details_section{
	display:flex;
	flex-direction:column;
}
.video_details_postboard_title{
	max-width:200px;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	font-size:14px;
	color: rgb(0,140,230);
	font-weight:bold;
}
.video_details_postboard_title p{
	padding: unset !important;
    margin: unset !important;
    display: inline-block;
    color: rgb(0,140,230);
}
.video_details_country_and_identifier{
	font-size:11px;
	color:var(--text-secondary);
	margin-top:5px;
}
.post_series_info_section {
    font-size: 12px;
    margin-top:10px;
}
.post_series_info_section b{
    font-size: 12px;
}
.post_series_info_section a{
    color: rgb(0,140,230);
    font-size: 11px;
    display: block;
    margin-top: 5px;
    text-decoration: none;
    text-overflow: ellipsis;
    max-width:200px;
    white-space: nowrap;
    overflow:hidden;
}
.video_content_bottom_section {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}
.publication_date_and_number_of_views{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: end;
    justify-content: flex-end;
}
.video_content_bottom_section,.video_content_bottom_section span, .video_content_bottom_section div {
    font-size: 11px;
    text-align: right;
    color: dimgray
}
.video_content_bottom_section img {
    width:15px; 
    display: inline-block;
    margin-right:2px;
    position:relative;
    bottom:2px
}
.video_content_bottom_section span {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
.post_preview_likes_count {
    margin-left: 10px;
}
.date_published {
    display: inline-block;
    margin-right: 15px;
    white-space: nowrap;
}

.video_pinning_icon_section {
    margin-right:35px;
    background-color: transparent;
    border-width: 0;
    cursor: pointer;
    width:20px
}

@media only screen and (max-width:1202px){
    
}

@media only screen and (max-width:802px){
    .video_preview_element_class_for_gen_purpose {
        width:95vw;
        max-width: 500px;
        margin: auto;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width:602px){
    .video_preview_element_class_for_gen_purpose {
        padding:10px;
    }
    .placeholder_and_caption{
        flex-wrap: wrap;
    }
    .video_content_placeholder {
        max-width: 100%;
        max-height:unset;
    }
}

@media only screen and (max-width:402px){
    .video_placeholder {
        max-width:300px;
    }
}