@media screen and (max-width:768px) {
    .story-image {
        min-width: 100% !important;
        height: 150px;
    }

    .story-image-wrapper {
        width: 100%;
    }
   

}

@media screen and (min-width:576px) and (max-width:768px){
 #viralVideoContainer{
        padding-top: 50px;
    }
}
@media screen and (min-width:480px) and (max-width:576px){
 #viralVideoContainer{
        padding-top: 0;
    }
}



.top-story-card {
    border: 1px solid #ddd;
    border-radius: 20px;
    overflow: hidden;
    padding: 1rem;
}

.story-image {
    border-radius: 15px;
    width: 100%;
    height: auto;
    object-fit: cover;
    width: 250px;
    height: 150px;
}

.story-label {
    font-weight: bold;
    color: #000;
}

.story-label span {
    color: green;
    font-style: italic;
}

.story-description {
    background-color: #e8fcee;
    padding: 0.5rem;
    border-radius: 10px;
    /* margin-top: 0.5rem; */
    /* font-size: 0.95rem; */
    color: var(--black);
    font-size: 16px;
    font-weight: 500;
    /* margin-top: 2px; */
    display: -webkit-box;
    /* -webkit-line-clamp: 2; */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

}

.treding-banner-content {
    padding-top: 3rem !important;
}

.treding-banner-content-top-story {
    padding-top: 7rem !important;
}

.top-story-title {
    color: #0FC324 !important;
}

.reading-top-story-time {
    font-size: 14px;
    font-weight: 300;
}
.viral_video_card .card-body {
    /* height: 170px; */
    height: fit-content;
}


.viral_video_card .card{
    width: 100%;
}
@media (min-width: 480px) and (max-width: 576px) {
    .heading_world_news {
        padding: 40px 0;
        height: 330px;
        font-size: 24px;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    .heading_world_news {
        padding: 40px 0;
        height: 330px;
        font-size: 24px;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .heading_world_news {
        padding: 40px 0;
        height: 330px;
        font-size: 24px;
    }
}