.pb_play_circle {
    border-radius:50%;
    font-size: 30px;
    text-align:center;
    color:red;
    position: absolute;
    bottom: 40%;
    left:45%;
    display: none;
}

.-featured_item-thumb-wrap:hover .pb_play_circle{
    border-radius:50%;
    font-size: 30px;
    text-align:center;
    color:red;
    position: absolute;
    bottom: 40%;
    left:45%;
    display: inline;
}

.pb_artist_image-hm {
    height:120px;
    width: 120px;
    border-radius: 50%;
}

@media only screen and (max-width: 900px) {
    .pb_artist_image-hm {
        height:100px;
        width: 100px;
        border-radius: 50%;
    }
}

@media only screen and (max-width: 600px) {
    .-featured_item-thumb-wrap:hover .pb_play_circle{
        display: none;
    }

    .pb_artist_image-hm {
        height:110px;
        width: 110px;
        border-radius: 50%;
    }
}

@media only screen and (max-width: 500px) {
    .pb_artist_image-hm {
        height:100px;
        width: 100px;
        border-radius: 50%;
    }
}