.play-btn{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:hsla(0,0%,100%,.3);border:none;border-radius:0;box-shadow:none;color:#d3f0ba;cursor:pointer;display:flex;height:100%;justify-content:center;left:0;margin-left:0;margin-top:0;outline:none;position:absolute;top:0;transition:all .25s ease-in-out;width:100%}.play-btn:focus,.play-btn:hover,.video__player:hover>.play-btn{background:#d3f0ba;border-radius:999px;box-shadow:0 8px 16px rgba(27,37,26,.05),0 4px 8px rgba(27,37,26,.05);color:#1b251a;height:100px;left:50%;margin-left:-50px;margin-top:-50px;top:50%;width:100px;svg{width:26px}}.play-btn svg{height:auto;margin-left:5px;transition:.2s ease-in-out;width:50px}.play-btn:focus svg,.play-btn:hover svg{transform:scale(1.2)}