.video-wrapper{
    position:relative;
    padding-bottom:54.3%;
    margin-bottom:20px;
    height:0;
}
.video-wrapper iframe{
    position:absolute;top:0;left:0;width:100%;height:100%;
    border-radius:10px;background:#49a942;border:.25px solid #fff;
    pointer-events: none;
}

.video-btn{
    position:absolute;
    cursor:pointer;z-index:2000;opacity:.5;transition:opacity .2s;
    border-radius: 0;
    margin-bottom: 0px !important;
    width: 20px !important;
    height: 20px !important;
    pointer-events:auto;
}

.video-wrapper:hover .video-btn{opacity:1;}

.play-btn       {top:10px;left:10px;}
.mute-btn       {bottom:10px;left:15px;}
.fullscreen-btn {top:10px;right:10px;}

.video-wrapper:fullscreen .video-btn,
.video-wrapper:-webkit-full-screen .video-btn {display:block;}

@media (max-width:1025px) {
    .fullscreen-btn{
        display: none;
    }
}