.custom-stories-grid div.dbb-wp-loop__card-body{
	display: none !important;
}
@media only screen and (max-width: 767px) {
    .custom-stories-grid div.dbb-wp-loop__card-body {
        display: none !important;
    }
}



}
}
@media screen and (max-width: 767px) {
    .custom-stories-grid > .dbb-wp-loop__cards {
        grid-template-columns: 1fr !important;
        grid-template-rows: 200px !important;
        /* grid-auto-rows: 200px !important; */
        width: 100% !important;
        gap: 12px !important;
        margin-top: 235px;
    }
}
/* ===========================
   Mobile Fix (320px - 767px)
=========================== */
@media only screen and (max-width:767px){

    /* Stories Grid */
    .custom-stories-grid > .dbb-wp-loop__cards{
        display:grid !important;
        grid-template-columns:1fr !important;
        grid-auto-rows:auto !important;
        gap:16px !important;
        width:100% !important;
        padding:0 16px !important;
        margin-top:65px !important;
        box-sizing:border-box !important;
    }

    .custom-stories-grid > .dbb-wp-loop__cards > *{
        width:100% !important;
        min-width:0 !important;
    }
@media only screen and (max-width: 767px) {
    .wp-block-uagb-container.uagb-block-e8cca98c {
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 20px !important;
        margin-bottom: 0px !important;
        margin-left: 0px;
        margin-right: 0px;
        row-gap: 12px;
        column-gap: 12px;
        order: initial;
    }
