.video-element-button {
    display: block;
    cursor: pointer;
}
.video-element-button:before {
    font-family: "FontAwesome";
    content: '\f144';
    font-size: 5rem;
    line-height: 3rem;
    color: #fff;
    position: absolute;
    z-index: 50;
    top: 40%;
    left: 50%;
    margin-left: -2.25rem;
}
.video-element-wrapper:before {
    display: none;
}