.news-all-container {
    display: grid;
    cursor:pointer;
}
.news-all-container .vlt-post-footer{
    position:unset !important;
}
.news-all-media {
    position: relative !important;
    z-index: 1 !important;
    flex: 1;
    height: auto !important;
}
.news-all-media img {
    position: relative !important;
}
.news-all-content {
    opacity: 1 !important;
    flex: 2;
}
.news-all-container:hover .news-all-media img {
    opacity:1 !important;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.news-all-container:hover .news-all-media::before {
     background-color: transparent !important; 
}
.news-all-border .top,.news-all-border .right,.news-all-border .bottom,.news-all-border .left{
    transform:scale(1) !important;
    background-color: rgba(207, 0, 15, .4) !important;
}
.news-all-container:hover .news-all-border .top,.news-all-container:hover .news-all-border .right,.news-all-container:hover .news-all-border .bottom,.news-all-container:hover .news-all-border .left{
    background-color: rgba(255, 255, 255, .4) !important;
}
@media only screen and (min-width: 576px)
{
.news-all-container {
    display: grid;
}
}
@media only screen and (min-width: 768px)
{
.news-all-container {
    display: grid;
}
}
@media only screen and (min-width: 992px)
{
.news-all-container {
    display: flex;
}
}
@media only screen and (min-width: 1200px)
{
 .news-all-container {
    display: flex;
}
}
.vlt-read-all {
    position: absolute;
    left: 0;
    bottom: -2rem;
}
.vlt-read-all-link {
    font-size: .9375rem;
    font-weight: 500;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.vlt-read-all-link svg {
    height: 10px;
    margin-left: 0.625rem;
    -webkit-transition: -webkit-transform 300ms;
    transition: -webkit-transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms;
}
.vlt-read-all-link:hover svg {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}