*, ::after, ::before {
    box-sizing: border-box;
}
.artist-page {
    padding-top: 20px;
    padding-bottom: 81px;
}
.artist-page__title {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 34px;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 0.02em;
    color: #E52336 !important;
    text-transform: uppercase;
    margin-bottom: 40px; 
}
/*Filter-Section*/
.artist-page ul.artist-page__filter {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 45px;
    padding: 0;
}
.artist-page ul.artist-page__filter li a {
    font-family: Open Sans;
    font-style: normal;
    font-weight:600;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF !important;
    padding: 20px;
    cursor:pointer;
    transition: 0.15s ease;
}
.artist-page ul.artist-page__filter li a:hover {
    color:#E52336 !important;
    text-decoration: none;
}
.artist-page ul.artist-page__filter li {
    list-style-type: none;
}
/*Artist-section*/
a.artist-page__artist-col {
    width: calc(94.22% / 4);
    margin-right: 1.92% !important;
    margin-bottom:1.92% !important;
    float: left;
}
.artist-page__artist-row:after {
    display:block;
    clear: both;
    content:'';
}
h5.events-page__artist-name {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    left:0;
    right:0;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: #FFFFFF !important;
    z-index: 1;
    transition: all .15s ease-in-out;
}
.artist-page__artist-col {
    position: relative;
    display: block;
    cursor: pointer;
}
.artist-page__artist-col:hover:after {
    position: absolute;
    content: '';
    top: 0;
    display: block;
    bottom: 0;
    background: rgba(0, 0, 0, 0.35);
    width: 100%;
    height: 100%;
    transition: 0.15s ease;
}
.artist-page__artist-col img{
    display:block;
    width:100%;
    height: 100%;
    object-fit:cover;
}
.artist-page__artist-col:hover h5.events-page__artist-name {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%);
}
.image-overlay.overlay-type-extern,
span.image-overlay.overlay-type-video {
    display: none !important;
}
.artist-page ul.artist-page__filter li a:focus {
    text-decoration: none;
}
@media screen and (min-width:992px) {
    a.artist-page__artist-col:nth-of-type(4n) {
        margin-right: 0 !important;
    }
}
@media screen and (max-width:991px) {
    .artist-page__title {
	    font-size: 24px;
	    margin-bottom: 20px;
	}
	.artist-page ul.artist-page__filter {
        margin-bottom: 27px;
    }
    a.artist-page__artist-col {
        width: calc(96% / 2);
        margin-right: 4% !important;
        margin-bottom: 4% !important;
    }
    a.artist-page__artist-col:nth-of-type(2n) {
        margin-right: 0 !important;
    }
    .artist-page {
        padding-bottom: 80px;
    }
     h5.events-page__artist-name {
        opacity: 1;
        visibility: visible;
    }
    .artist-page__artist-col:after {
        position: absolute;
        content: '';
        top: 0;
        display: block;
        bottom: 0;
        background: rgba(0, 0, 0, 0.35);
        width: 100%;
        height: 100%;
        transition: 0.15s ease;
    }
}
@media screen and (max-width: 767px) {
    .artist-page__title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .artist-page {
        padding-top:23px;
        padding-bottom: 37px;
    }
    a.artist-page__artist-col {
        width: calc(96% / 2);
        margin-right: 4% !important;
        margin-bottom: 4% !important;
    }
    a.artist-page__artist-col:nth-of-type(2n) {
        margin-right: 0 !important;
    }
    h5.events-page__artist-name {
        opacity: 1;
        visibility: visible;
    }
    .artist-page__artist-col:after {
        position: absolute;
        content: '';
        top: 0;
        display: block;
        bottom: 0;
        background: rgba(0, 0, 0, 0.35);
        width: 100%;
        height: 100%;
        transition: 0.15s ease;
    }
}
@media screen and (max-width:480px) {
    .artist-page ul.artist-page__filter li:nth-of-type(1) a {
        padding-left:0;
    }
    .artist-page ul.artist-page__filter li:last-of-type a {
        padding-right:0;
    }
    .artist-page ul.artist-page__filter {
        margin-left:0;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .artist-page ul.artist-page__filter li a {
        padding: 20px 5px;
        font-weight: 600;
    }
    h5.events-page__artist-name {
        font-size:12px;
    }
     a.artist-page__artist-col {
        width: calc(96% / 2);
        margin-right: 4% !important;
        margin-bottom: 4% !important;
    }
}
@media screen and (max-width:395px) {
    .artist-page ul.artist-page__filter li a {
        font-size:11px;
    }
}
@media screen and (max-width:348px) {
    .artist-page ul.artist-page__filter li a {
        font-size:10px;
    }
    .artist-page ul.artist-page__filter li a {
        padding: 20px 4px;
    }
}