@media only screen and (max-width: 600px) {
    .newsshelf{
        display:grid; 
    }
    .cell{
        margin-bottom: 3vw;
        display: grid;
        justify-content:safe;
        width: 100%;
        height:fit-content;
        border-top: 0.2vw solid #6e6c6b;
        margin-bottom: 10vw;
    }
    .piccover{
        width: 100%;
        background-color: #757572e7;
        background-size: cover;
        height: 90vw;
    }
    .datetime{
        display: flex;
        width:98%;
        height:4vh;
        background: linear-gradient( to right, #f98305, #c0bdb9b0,#f98305 );
        color:#fcf9f9;
        font-size: 2.5vh;
        padding: 0.5vw;
        justify-content:space-between;
    }
    .picframe{
        width: 100%;
        background-size: cover;
        aspect-ratio: 1/1;
        
    }
    .story{
        display: grid;
        width: 98%;
        padding: 1vw;
        height: fit-content;
        font-size: 4.5vw;
        background-color:#e9e5e1 ;
    }
    .storytittle{
        font-family: 'Times New Roman', Times, serif;
        font-weight:bold;
        color: #f17e0a;
        height: fit-content;
        margin-top:2vw;
    }
    .storydetials{
        font-family: 'Times New Roman', Times, serif;
        height: fit-content;
        text-align: justify;
        margin-top:5vw;
        margin-bottom: 5vw;
    }
    .reaction{
        display: flex;
        justify-content:space-around;
        width:100%;
        height: 4vw;
    }
    .reactiontabs{
        text-align: center;
        background: linear-gradient( to right,#53514fe8, #6945013f,#53514fe8);
        color:white;
        width:25vw;
        height: 8vw;
        padding:0.5vw;
        padding-bottom:0px;
        font-size: 4vw;
        border-bottom-left-radius: 1vw;
        border-bottom-right-radius: 1vw;
        border: 0.1vw solid #f98305;
    }
}