.category-card {
        border-radius: 8px;
        padding: 16px 16px 24px 16px;
        background: #FFF;
        box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.10);
        margin-bottom: 24px;
    }
    
    .category-card h5 {
        color: #162A39;
        font-family: Lexend Deca, sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 30px;
        margin-bottom: 0;
        padding-top: 16px;
    }
    
    .category-card .video_lightbox_anchor_image {
        width: 100%;
    }
    
    .category-page-block .gallery-default-block, .category-container {
        background: #FAFBFF !important;
    }
    
    .category-container.yelp-container {
        padding-top: 48px;
    }
    
    .category-container h2 {
        margin-bottom: 0;
        padding-bottom: 16px;
    }
    
    .category-page-block-bottom {
        padding-bottom: 48px;
    }
    
    .category-card .category-review-img {
        /*max-height: 244px;*/
        /*object-fit: cover;*/
        max-height: 400px;
        object-fit: contain;
    }
    
    .open-review, .open-review-cat-1, .open-review-cat-2 {
        cursor:  pointer;
    }
    
    @media (max-width: 992px) {
        .category-container {
            padding-left: 20px !important;
            padding-right: 20px !important;
        }
        
        .category-block-container {
            overflow-x: auto;
        }
    }
    
    .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object {
        min-width: 400px;
    }