
    .center_list_box {
        min-height: 420px !important;
        max-height: 420px;
    }


    .flex-container {
        overflow: hidden;
        display: flex;
        margin: 1em;
        position: absolute;
        bottom: 5px;
    }

    .flex-container img {
        max-width: 90%;
        height: auto;
    }

    .item {
        width: 25%;
        text-align: center;
    }

    .auto {
        flex: auto;
    }

    .center_list_box_img {
        text-align: center;
    }

    .list_box_header {
        display: flex;
        justify-content: space-between;
        background-color: #b29a85;
        color: #000;
        padding: 10px;
        margin: 20px 0;
    }

    .list_box_header .name {
        font-size: medium;
        font-weight: bold;
    }

/* for artist page */
    .listing-title {

    padding-bottom: 8px;
  border-bottom: 0px;
  margin: 0px !important;
  padding-top: 24px;
  font-family: inherit;
  font-size: 14px;
  font-weight: bold;
}
