.axil-single-widget .widget-title{
    font-weight: 900;
}

.videPlay{
    color: red;
    font-size: 17px;
    z-index: 999999;
    position: absolute;
    width: 100%;
    top: 40%;
    text-align: center;
    align-items: center;
}
.videPlay i{
    background: #fff;
    padding: 15px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    box-shadow: 0px 0px 50px #333;
}
.podcastPlay{
    color: #03A9F4;
    font-size: 22px;
    z-index: 999999;
    position: absolute;
    width: 100%;
    top: 40%;
    text-align: center;
    align-items: center;
}
.podcastPlay i{
    background: #fff;
    padding: 15px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    box-shadow: 0px 0px 50px #333;
}