@media screen and (max-width:1330px) {
    .artists-section-container {
        padding: 0px 25px;
        padding-top: 330px;
        padding-bottom: 100px;
    }
    .artists-section-header {
        position: initial;
        top: initial;
    }
    .artists-filters {
        width: 100%;
    }
    .artist-image {
        height: 25vh;
    }
}
@media screen and (max-width: 1300px) {
    .artist-page-body {
        grid-template-columns: 55% 45%;
    }
    .artist-bio-title {
        margin-bottom: 20px;
    }
    .artist-bio-text {
        font-size: 1em;
    }
    .artist-presskit-container {
        margin-bottom: 20px;
    }
    .artist-sidebar-section {
        margin-bottom: 20px;
    }
    .artist-profile-picture {
        width: 200px;
        height: 200px;
    }
    .artist-header-info-container {
        padding-left: 278px;
    }
    .artist-profile-name {
        font-size: 2.8vw;
    }
    .artist-header-booking-button {
        font-size: 0.78em;
    }
}
@media screen and (max-width:960px) {
    .artist-page {
        padding-top: initial;
        box-shadow: initial;
    }
    .artist-page-body {
        padding: 20px;
        padding-top: 30px;
        grid-template-columns: 1fr !important;
    }
    .artist-page-main {
        margin: 0px;
    }
    #artist-carousel {
        /* height: 50vw; */
    }
    .artist-profile-header {
        /* padding-bottom: 80px; */
        /* margin-bottom: 25px; */
    }
    .artist-profile-picture {
        width: 20vw;
        height: 20vw;
        position: relative;
        top: 0px;
        left: 0px;
        margin: 2vw;
        display: inline-block;
        vertical-align: middle;
    }
    .artist-header-info-container {
        padding: 0px;
        display: inline-block;
        vertical-align: middle;
    }
    .artist-profile-name {
        font-size: 5vw;
    }
    .artist-bio {
        display: none;
    }
    .artists-section-container {
        padding: 0px 25px;
        padding-top: 80px;
        padding-bottom: 100px;
    }
    .artists-section {
        margin-top: 20px;
        grid-template-columns: repeat(3, 1fr);
    }
    .artist-bio.mobile-ver {
        display: block !important;
        
        padding: 9vw;
        padding-bottom: 50px;
    }
}
@media screen and (max-width: 880px) {
    .artist-filters-division {
        margin-top: 20px;
        text-align: right;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    .artists-section-header {
        flex-direction: column;
        align-items: start;
    padding-bottom: 5px;}
}
@media screen and (max-width:720px) {
    .artists-section-container {
        padding: 0px 5px;
        padding-top: 30px;
        padding-bottom: 100px;
    }
    .artists-section-title-sub {
        padding: 0px 25px;
        font-size: 0.7em;
    }
    .artist-filters-division {
        font-size: 0.78em;
    }
    .artists-filters {
        font-size: 0.78em;
    }
    .artists-filter {
        margin: 0px;
    }
    .artists-filter.artists-filter-alpha {
        display: block;
    }
    .artists-filter.artists-filter-alpha:after {
        display: none;
        
    }
    .artists-section {
        margin-top: 20px;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 3px;
    }
    .artist-elem {
        opacity: 1;
    }
    .artist-image {
        filter: saturate(1);
    }
}

@media screen and (max-width:450px) {
    .artists-section {
        margin-top: 20px;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 2px;
    }
    .artist-elem {
        border-radius: 2px;
        padding: 0px;
        background-color: initial;
    }
    .artist-image {
        height: 130px;
        opacity: 0.5;
    }
    .artist-name-image {
        display: initial;
    }
    .artist-logo {
        display: none;
    }
    .artist-social-icons {
        display: none;
    }
    .artist-cardbody {
        display: none;
    }
}