.performers-main-img {
    margin: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* translate: -5% -5%; */
}

.performers-ticket-card-background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 110%;
    height: 110%;
    object-fit: cover; /* This ensures the image covers the div without stretching */
    z-index: 1;
    border-radius: 15px;
    /* border: #0A0E3F 1px solid; */
    translate: 0 -5%;
}



.performers_calendar_card_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.performers-header-main-row {
    height: 165px;
}