.feellife-top-logo-big {
    background-image: url(/files/logo-dark.png);
}
@media screen and (max-width: 1200px) {
    .gigs-events-list {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media screen and (max-width: 960px) {
    .gigs-sidebar {
        width: 60%;
        right: 0px;
    }
    .gigs-mainframe {
        padding: 0px;
        padding-bottom: 60px;
    }
    .gigs-header-title {
        padding: 40px;
        padding-bottom: 0px;
        padding-top: 30px;
    }
    .gigs-header-upcoming {
        white-space: nowrap;
        overflow-x: auto;
        padding: 15px;
        padding-bottom: 5px;background-color: #e2e2e2;
        display: block;
        position: relative;
        height: 390px;
    }
    .gigs-next-upcoming-card {
        width: 95%;
        min-height: initial;
        display: inline-flex;
        height: 100%;
        margin-right: 15px;
    /* min-width: 480px; */font-size: 0.92em;}
    .gigs-next-upcoming-card:last-child {
        margin: 0px;
    }
    .gigs-next-upcoming-image-tilt {
        opacity: 0.4
    }
    .gigs-next-upcoming-top {
        white-space: initial;
        line-height: 1.5em;
        max-width: initial;
    }
    .gigs-artist-bubble {
        width: 10vw;
        height: 10vw;
        margin-right: -4vw;
    }
    .gigs-filters {
        padding: 10px 30px;
    }
    .gigs-list-container {
        padding: 0px 30px;
    }
    .gigs-events-list {
        grid-template-columns: repeat(3, 1fr);
    }
    .gig-elem-top {
        height: 20vw;
    }
}

@media screen and (max-width: 700px) {
    .gigs-sidebar {
        width: 70%;
        right: 0px;
    }
    .gigs-events-list {
        grid-template-columns: repeat(2, 1fr);
    }
    .gigs-list-container {
        padding: 0px 5px;
    }
    .gigs-filters {
        padding: 10px 10px;
        font-size: 0.85em;
        text-align: center;
    }
    .gigs-filter {
        margin-right: 5px;
    }
    .gig-elem-top {
        height: 30vw;
    }
    .gig-elem-artists {
        /* display: none; */
    }
    .gig-elem-bottom {
        /* padding-bottom: 20px; */
    }
    .gig-elem-title {
        font-size: 3.5vw;
    }
    .gig-elem-date {
        font-size: 2.3vw;
    }
}

@media screen and (max-width: 500px) {
    .gigs-sidebar {
        width: 100%;
        right: 0px;
    }
}