/*VIDEO IN HOME*/
.wrapper_video {
    width:100%;
    position:relative;
}
.playpause {
    background-image: url("../img/play.png");
    background-repeat: no-repeat;
    width:30%;
    height:30%;
    position:absolute;
    left:0%;
    right:0%;
    top:0%;
    bottom:0%;
    margin:auto;
    background-size:contain;
    background-position: center;
	cursor:pointer;
}