    .permalink-place-preview-image-item {
        padding: 0;
        float: left;
        width: 50%;
    }

    .permalink-place-preview-image {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-color: black;
    }

    #permalink-place-preview-profile-image {
        width: 100%;
        padding: 10px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        font-size: 9pt;
    }

    #permalink-place-preview-profile-share {
        padding: 0;
        cursor: pointer;
        background-color: #858585;
        color: white;
    }

    #permalink-place-preview-close {
        padding: 0;
        cursor: pointer;
        background-color: #858585;
        color: white;
    }

    #permalink-place-preview-name {
        font-weight: bold;
    }

    #permalink-place-preview-class-name {
        font-weight: bold;
        font-size: 8pt;
        line-height: 20px;
    }

    #permalink-place-preview-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;
    }

    #permalink-place-preview-container {
        background-color: whitesmoke;
        color: white;
        padding: 0;
        height: calc(var(--app-height) - 240px);
    }

    #permalink-place-preview-menus {
        text-align: center;
        background-color: #434343;
        color: white;
        font-size: 8pt;
        line-height: 40px;
        height: 40px;
        max-height: 40px;
        cursor: pointer;
    }

    .permalink-place-preview-sub-menu {
        border-right: 1px solid lightgrey;
    }

    @media (max-width: 576px) {
        /* XS */

        #permalink-place-preview-top {
            height: 200px;
        }



        #permalink-place-preview-profile-image {
            width: 40px;
            height: 40px;
        }

        #permalink-place-preview-name-block {
            height: 40px;
        }

        #permalink-place-preview-name {
            height: 20px;
            line-height: 20px;
            font-size: 9pt;
            color: white;
        }

        #permalink-place-preview-class-name {
            height: 20px;
            line-height: 20px;
            color: white;
        }

        #permalink-place-preview-profile-share {
            height: 40px;
            line-height: 40px;
        }

        #permalink-place-preview-profile-close {
            line-height: 40px;
        }

        #permalink-place-preview-profile-close {
            height: 40px;
            line-height: 40px;
        }
    }

    @media (min-width: 576px) {
        /* SM */
        #permalink-place-preview-top {
            height: 200px;
        }

        #permalink-place-preview-profile-image {
            width: 60px;
            height: 60px;
        }

        #permalink-place-preview-name-block {
            height: 40px;
        }

        #permalink-place-preview-name {
            height: 20px;
            line-height: 20px;
            font-size: 12pt;
            color: white;
        }

        #permalink-place-preview-class-name {
            height: 20px;
            line-height: 20px;
            color: white;
        }

        #permalink-place-preview-details-profile-share {
            height: 40px;
            line-height: 40px;
        }

        #permalink-place-preview-details-profile-close {
            line-height: 40px;
        }

        #permalink-place-preview-details-profile-close {
            height: 40px;
            line-height: 40px;
        }

        .permalink-place-preview-details-sub-menu {
            border-right: 1px solid lightgrey;
        }

        #permalink-place-preview-container {
            height: calc(var(--app-height) - 240px);
        }
    }

    @media (min-width: 768px) {
        /* MD */

        #permalink-place-preview-top {
            height: 160px;
        }

        #permalink-place-preview-details-profile-image {
            width: 40px;
            height: 40px;
        }

        #permalink-place-preview-details-name-block {
            height: 40px;
        }

        #permalink-place-preview-details-name {
            height: 20px;
            line-height: 20px;
            font-size: 9pt;
            color: white;
        }

        #permalink-place-preview-class-name {
            height: 20px;
            line-height: 20px;
            color: white;
        }

        #permalink-place-preview-details-profile-share {
            height: 40px;
            line-height: 40px;
        }

        #permalink-place-preview-details-profile-close {
            line-height: 40px;
        }

        #permalink-place-preview-details-profile-close {
            height: 40px;
            line-height: 40px;
        }

        .permalink-place-preview-details-sub-menu {
            border-right: 1px solid lightgrey;
        }

        #permalink-place-preview-container {
            height: calc(var(--app-height) - 200px);
        }
    }

    @media (min-width: 992px) {
        /* LG */
        #permalink-place-preview-top {
            height: 340px;
        }

        #permalink-place-preview-details-profile-image {
            width: 60px;
            height: 60px;
        }

        #permalink-place-preview-details-name-block {
            height: 60px;
        }

        #permalink-place-preview-details-name {
            height: 40px;
            line-height: 35px;
            font-size: 11pt;
            color: white;
        }

        #permalink-place-preview-class-name {
            height: 20px;
            line-height: 20px;
            color: white;
        }

        #permalink-place-preview-details-profile-share {
            height: 60px;
            line-height: 60px;
        }

        #permalink-place-preview-details-profile-close {
            line-height: 60px;
        }

        #permalink-place-preview-details-profile-close {
            height: 60px;
            line-height: 60px;
        }

        .permalink-place-preview-details-sub-menu {
            border-right: 1px solid lightgrey;
        }

        #permalink-place-preview-container {
            height: calc(var(--app-height) - 380px);
        }
    }

    @media (min-width: 1200px) {
        /* XL */
    }

    @media (min-width: 1400px) {
        /* XXL */

    }

    #permalink-place-preview-details-cover-image {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-color: black;
    }

    .permalink-place-preview-image-item {
        border: 5px solid transparent;
    }

    .permalink-place-preview-image-item.permalink-place-preview-image-item-selected {
        border: 5px solid darkslategray;
    }