    .album_image_background {
        background-color: #0e0e0e;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        color: white;
        font-size: 10pt;
        line-height: unset;
        cursor: pointer;
    }

    .ui-state-default { border:none; background:none; }
    #album_sortable { list-style-type: none; margin: 0; padding: 0; width: 100%; }
    #album_sortable li { padding: 0; float: left; width:100%; }

    .album_image_settings_details {
        line-height: 25px;
        font-size: 7pt;
        border-bottom: 1px solid lightgrey;
    }

    .album_image_placeholder {
        background-color: red;
        width: 33.3%;
        height: 200px;
    }

    .album_header_button {
        padding: 0;
        text-align: center;
        font-size: 11pt;
        font-weight: bold;
        cursor: pointer;
        float: left;
        width: 40px;
    }

    .album_image_li {
        padding: 2px;
    }

    .images_import_image_item {
        float: left;
        padding: 5px;
    }

    @media (max-width: 576px) {
        /* XS */
        .images_import_image_item {
            width: 100%;
        }
    }

    @media (min-width: 576px) {
        /* SM */
        .images_import_image_item {
            width: 100%;
        }
    }

    @media (min-width: 768px) {
        /* MD */
        .images_import_image_item {
            width: 50%;
        }
    }

    @media (min-width: 992px) {
        /* LG */
        .images_import_image_item {
            width: 50%;
        }
    }

    @media (min-width: 1200px) {
        /* XL */
        .images_import_image_item {
            width: 33%;
        }
    }

    @media (min-width: 1400px) {
        /* XXL */
        .images_import_image_item {
            width: 25%;
        }
    }
