    .permalink_place_preview_image_container {
        padding: 0;
        float: left;
        width: 50%;
    }

    .quick_estab_image_block {
        width: 100%;
        padding: 10px;
        background-size: cover;
        background-position: center;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        font-size: 9pt;
    }

    #quick_estab_details_profile_share {
        padding: 0;
        cursor: pointer;
        background-color: #858585;
        color: white;
    }

    #quick_estab_details_profile_close {
        padding: 0;
        cursor: pointer;
        background-color: #858585;
        color: white;
    }

    #quick_estab_details_name {
        font-weight: bold;
    }

    #quick_estab_details_class_name {
        font-weight: bold;
        font-size: 8pt;
        line-height: 20px;
    }

    #quick_estab_details_name_block {
        display: flex;
        flex-grow: 1;
        text-align: left;
        padding-left: 10px;
        align-items: center;
        justify-content: flex-start;
        background-color: #858585;
        text-shadow: 1px 1px 1px black;
    }

    @media (max-width: 576px) {
        /* XS */

        .quick_estab_details_top {
            height: 200px;
        }

        #quick_estab_details_profile_container {
            background-color: #858585;
            color: white;
            padding: 0;
        }

        #quick_estab_details_profile_image {
            width: 40px;
            height: 40px;
        }

        #quick_estab_details_name_block {
            height: 40px;
        }

        #quick_estab_details_name {
            height: 20px;
            line-height: 20px;
            font-size: 9pt;
            color: white;
        }

        #quick_estab_details_class_name {
            height: 20px;
            line-height: 20px;
            color: white;
        }

        #quick_estab_details_profile_share {
            height: 40px;
            line-height: 40px;
        }

        #quick_estab_details_profile_close {
            line-height: 40px;
        }

        #quick_estab_details_profile_close {
            height: 40px;
            line-height: 40px;
        }

        .quick_estab_details_profile_close_menus {
            text-align: center;
            background-color: #434343;
            color: white;
            font-size: 6pt;
            font-weight: bold;
            line-height: 40px;
            height: 40px;
            max-height: 40px;
            cursor: pointer;
        }

        .quick_estab_details_sub_menu {
            border-right: 1px solid lightgrey;
        }

        .quick_estab_details_container {
            height: calc(var(--app-height) - 240px);
        }
    }

    @media (min-width: 576px) {
        /* SM */
        .quick_estab_details_top {
            height: 200px;
        }

        #quick_estab_details_profile_container {
            background-color: #858585;
            color: white;
            padding: 0;
        }

        #quick_estab_details_profile_image {
            width: 60px;
            height: 60px;
        }

        #quick_estab_details_name_block {
            height: 40px;
        }

        #quick_estab_details_name {
            height: 20px;
            line-height: 20px;
            font-size: 9pt;
            color: white;
        }

        #quick_estab_details_class_name {
            height: 20px;
            line-height: 20px;
            color: white;
        }

        #quick_estab_details_profile_share {
            height: 40px;
            line-height: 40px;
        }

        #quick_estab_details_profile_close {
            line-height: 40px;
        }

        #quick_estab_details_profile_close {
            height: 40px;
            line-height: 40px;
        }

        .quick_estab_details_profile_close_menus {
            text-align: center;
            background-color: #434343;
            color: white;
            font-size: 6pt;
            font-weight: bold;
            line-height: 40px;
            height: 40px;
            max-height: 40px;
            cursor: pointer;
        }

        .quick_estab_details_sub_menu {
            border-right: 1px solid lightgrey;
        }

        .quick_estab_details_container {
            height: calc(var(--app-height) - 240px);
        }
    }

    @media (min-width: 768px) {
        /* MD */

        .quick_estab_details_top {
            height: 160px;
        }

        #quick_estab_details_profile_container {
            background-color: #858585;
            color: white;
            padding: 0;
        }

        #quick_estab_details_profile_image {
            width: 40px;
            height: 40px;
        }

        #quick_estab_details_name_block {
            height: 40px;
        }

        #quick_estab_details_name {
            height: 20px;
            line-height: 20px;
            font-size: 9pt;
            color: white;
        }

        #quick_estab_details_class_name {
            height: 20px;
            line-height: 20px;
            color: white;
        }

        #quick_estab_details_profile_share {
            height: 40px;
            line-height: 40px;
        }

        #quick_estab_details_profile_close {
            line-height: 40px;
        }

        #quick_estab_details_profile_close {
            height: 40px;
            line-height: 40px;
        }

        .quick_estab_details_profile_close_menus {
            text-align: center;
            background-color: #434343;
            color: white;
            font-size: 6pt;
            font-weight: bold;
            line-height: 40px;
            height: 40px;
            max-height: 40px;
            cursor: pointer;
        }

        .quick_estab_details_sub_menu {
            border-right: 1px solid lightgrey;
        }

        .quick_estab_details_container {
            height: calc(var(--app-height) - 200px);
        }
    }

    @media (min-width: 992px) {
        /* LG */
        .quick_estab_details_top {
            height: 340px;
        }

        #quick_estab_details_profile_image {
            width: 60px;
            height: 60px;
        }

        #quick_estab_details_profile_container {
            background-color: #858585;
            color: white;
            padding: 0;
        }

        #quick_estab_details_name_block {
            height: 60px;
        }

        #quick_estab_details_name {
            height: 40px;
            line-height: 35px;
            font-size: 11pt;
            color: white;
        }

        #quick_estab_details_class_name {
            height: 20px;
            line-height: 10px;
            color: white;
        }

        #quick_estab_details_profile_share {
            height: 60px;
            line-height: 60px;
        }

        #quick_estab_details_profile_close {
            line-height: 60px;
        }

        #quick_estab_details_profile_close {
            height: 60px;
            line-height: 60px;
        }

        .quick_estab_details_profile_close_menus {
            text-align: center;
            background-color: #434343;
            color: white;
            font-size: 6pt;
            font-weight: bold;
            line-height: 40px;
            height: 40px;
            max-height: 40px;
            cursor: pointer;
        }

        .quick_estab_details_sub_menu {
            border-right: 1px solid lightgrey;
        }

        .quick_estab_details_container {
            height: calc(var(--app-height) - 380px);
        }
    }

    @media (min-width: 1200px) {
        /* XL */
    }

    @media (min-width: 1400px) {
        /* XXL */

    }

    #quick_estab_details_cover_image {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-color: black;
    }

    .permalink_place_preview_image_container {
        border: 5px solid transparent;
    }

    .permalink_place_preview_image_container.permalink_place_preview_image_container_selected {
        border: 5px solid darkslategray;
    }