

@media screen and (max-width: 767px) {

    .artist_list a{

        width: 33.33%;
    }


    .artists_filter{

    }


}



@media screen and (max-width: 600px) {
    .artists_filter{
        flex-direction: column;

    }


    .artists_filter input{
        padding: 10px 15px;
        margin-top: -1px;
    }

    .artists_filter select{
        margin-top: -1px;
    }


}