.premium-blog-post-container  {
    background-color: #f5f5f5;
    border-style: solid;
    border-width: 1px;
    border-color: #d9d9d9;
    padding: 0;
    height: 100%;
}
.premium-blog-thumb-effect-wrapper {
    position: relative;
    overflow: hidden;
}
.premium-blog-wrap .premium-blog-thumbnail-container {
    overflow: hidden;
}
.premium-blog-post-container .premium-blog-content-wrapper {
    background-color: #f5f5f5;
    padding: 30px;
    text-align: left;
}
.premium-blog-inner-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.premium-blog-post-container .premium-blog-entry-title {
    font-size: 16px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.premium-blog-entry-title a {
    box-shadow: none;
    text-decoration: none;
    color: #b58e55;
}
.premium-blog-entry-meta {
    line-height: 1.3em;
    font-size: 12px;
    margin-bottom: 13px;
    color: #adadad;
}
.premium-blog-post-container .premium-blog-post-content {
    line-height: 1.5em;
    color: #777;
    font-size: 14px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}


/*VIDEO CSS*/
.video-info {
    min-height: 100px;
    transition: all .4s;
    width: 100%;
    overflow: hidden;
    z-index: 1;
    background-color: #f5f5f5;
    padding: 30px;
    text-align: left;
}

.video-card {
    text-align: center;
    background: #fff;
    transition: transform 0.3s ease;
    overflow: hidden;
}

.video-title {
    margin-bottom: 15px;
    color: #b58e55;
    font-size: 18px;
    transition: .5s;
    font-weight: 600;
}

.premium-content-media {
    color: #777;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
