.single-post-sidebar {
    background-color: #fff !important;
    padding: 15px !important;
}

.video-sec-new .play {width: 50px;
    height: 50px;
    position: absolute;
    text-align: center;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -25px;
    z-index: 10;
    border-radius: 100px;
    background: #fff;
}

.video-sec-new1 .play {width: 50px;
    height: 50px;
    position: absolute;
    text-align: center;
    left: 10%;
    top: 50%;
    margin: -25px 0 0 -25px;
    z-index: 10;
    border-radius: 100px;
    background: #fff;
}

.video-sec-new .play:before {
    content: "\f04b";
    color: #000;
    font: normal normal normal 20px/2.5 fontawesome;
    margin-left: 5px;
}
.video-sec-new1 .play:before {
    content: "\f04b";
    color: #000;
    font: normal normal normal 20px/2.5 fontawesome;
    margin-left: 5px;
}