.bg-image:before, .single-play-post-item::before{
height: 0 !important;
}
@media (max-width: 600px){
    

.post_gallery_play{
height: 250px !important;
}

.post_gallery_play .bg-image::before{
height: 150px !important;
}
}

.trending-news-item .trending-news-thumb {
    overflow: hidden;
    margin-bottom: 16px;
    position: relative;
    border-radius: 8px;
    height: 230px;
}

.trending-news-item .trending-news-thumb img {
    width: 100%;
    max-height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.single-play-post-item{
max-height: 400px;
}

.single-play-post-item img{
max-height: 100%;
object-fit: cover;
}