.video_img{ width: 100%; height: 100%; position: absolute; z-index: 2; overflow: hidden; margin: auto; text-align: center; }
.show_video{ position: absolute; z-index: 3; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 60px; height: 60px; background-image: url(../images/img/play.png); background-repeat: no-repeat; background-size: cover; background-color: rgba(0,0,0,0.5); -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; border: 1px solid #FFF; /* -webkit-transition-duration: 0.25s; transition-duration: 0.25s;*/ cursor: pointer; overflow: hidden; }
.show_video:hover{ background-color:#eb0028; border:0; }