你可以用transform: translate(-50%, -50%);.
transform: translate(-50%, -50%);
的jsfiddle
.video_thumbnail .play-btn { background: white; background: blue; display: inline-block; padding: 25px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }