component-post-card-a a, component-post-card-a a:active, component-post-card-a a:hover, component-post-card-a a:focus, component-post-card-a a:visited {
    text-decoration: none !important;
    outline: none !important;
}
component-post-card-a .text-center {
    text-align: center;
}
component-post-card-a ._bl_items {
    background-color: #dcdcdc;
    width: 100%;
    height: auto
}
component-post-card-a ._bl_items:hover ._bl_i_info {
    background-color: rgba(253, 213, 17, 0.7)
}
component-post-card-a ._bl_items:hover ._bl_i_info ._bl_i_name {
    color: #000;
    height: 80px;
    background: none
}
component-post-card-a ._bl_items a {
    outline: none
}
component-post-card-a ._bl_items a *:not(.fa) {
    text-decoration: none;
    color: inherit
}
component-post-card-a ._bl_items ._bl_i_cover {
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    padding: 100% 0 0;
    z-index: 1
}
component-post-card-a ._bl_items ._bl_i_info {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: transparent;
    color: #fdd511;
    top: 0;
    transition: all .9s
}
component-post-card-a ._bl_items ._bl_i_info ._bl_i_name {
    height: 80px;
    bottom: 0;
    width: 100%;
    color: #ff0;
    padding: 10px 20px;
    position: absolute;
    transition: all .3s;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    /*background: -moz-linear-gradient(top, rgba(27, 26, 25, 0) 0, #1b1a19 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(27, 26, 25, 0)), color-stop(100%, #1b1a19));
    background: -webkit-linear-gradient(top, rgba(27, 26, 25, 0) 0, #1b1a19 100%);
    background: -o-linear-gradient(top, rgba(27, 26, 25, 0) 0, #1b1a19 100%);
    background: -ms-linear-gradient(top, rgba(27, 26, 25, 0) 0, #1b1a19 100%);
    background: linear-gradient(to bottom, rgba(27, 26, 25, 0) 0, #1b1a19 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001b1a19', endColorstr='#1b1a19', GradientType=0)*/
}
component-post-card-a ._bl_items ._bl_i_info ._bl_i_name {
    color: black;
    font-size: calc(18px);
    line-height: 1.5;
    margin: 0;
    padding: 0 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
component-post-card-a ._bl_items:hover ._bl_i_info {
    background-color: black;
    opacity: 0.5;
}
component-post-card-a ._bl_items:hover ._bl_i_info ._bl_i_name {
    color: white;
}
component-post-card-a ._bl_items:hover ._bl_i_info ._bl_i_name {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}