.fd-vidyard-video,
.fd-feature-video--box .fd-feature-image{
    position: relative;
    cursor:pointer;
	background:#000;
}

.fd-video.fd-vidyard-video img {
    border: 0;
}
.fd-video.fd-vidyard-video:hover img,
.fd-feature-video--box .fd-feature-image:hover img {
    opacity: 0.85;
}

 .vd-icon-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16%;
    margin: -8%;
    border: 2px solid rgba(0, 0, 0, 0);
    border-radius: 50%;
    padding: 0;
    overflow: hidden;
    background: none;
    pointer-events: none;
    z-index: 2;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);

}
.vd-icon-play:before {
    content: "";
    display: block;
    padding-top: 100%;
    width: 100%;
}
.vd-circle {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 0;
    z-index: 1;
    opacity: .65;
    transition: opacity .2s;
}
.fd-video.fd-vidyard-video:hover .vd-circle,
.fd-feature-video--box .fd-feature-image:hover .vd-circle {
    opacity: 1;
}
.vd-svg {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 50%;
    left: 55%;
    z-index: 2;
    fill: #fff;
    transform: translate(-50%, -50%) scale(0.5);
}