@media(max-width:767px) {
    .story-avatar .story-cover {
        height: 250px;
    }
    .stories-cont {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 10px;
    }
    .story-avatar {
        flex-shrink: 0;
    }
    .header-main.shadow-sm {
        box-shadow: none !important;
        border-bottom: 1px solid #fefefe3b;
    }
    #guests-picker { 
        width:100%;
    }
    #booking-form {
        position: static;
    }
    #fp-summary {
        text-align: left;
    }
    .bookingtotals {
        display: block;
        font-weight: bold;
    }
}