   body {
        background: #f6f6f6;
    }

    @media (max-width: 767px) {
        ul.breadcrumb {
            display: none;
        }
        
        .crumb {
            margin-bottom: 50px;
        }
    }