@media (max-width: 420px) {
    .card {
        margin-bottom: 5px;
        border-top: 1px solid lightgrey!important;
        border-bottom: 1px solid lightgrey!important;     
        border-radius: unset!important;
        border-left: 0px!important;
        border-right: 0px!important;
    }
}

@media (max-width: 768px) {

    body {
        margin: 0;
    }

    .searchbar {
        display: none;
    }

    #logo {
        font-size: 36px;
        padding-left: 25px;
        padding-bottom: 0px;
    }

    #top {
        opacity: 0;
    }
   
    .header {
        display: none;
    }

    .mobileHeader {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        background-color: white;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 99;
        padding-bottom: 10px;
        border-bottom: 1px solid whitesmoke;
    }

    .story {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: auto;
        border: 0;
        margin-top: 60px;
        overflow-x: hidden;
        margin-bottom: 12px;
    }

    .fStories {
        padding: 3px;
    }

    .postingSection {
        width: 100%;
    }

    .image {
        height: auto;
    }

    .navFooter {
        padding: 8px 10px;
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 99;
        border-top: 1px solid whitesmoke;
        background-color: white;
    }

    .mobileFooter {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    footer {
        display: none;
    }
}

@media (max-width: 1124px) {
    .propContainer{
        display: none;
    }

}