.video-player-wrapper {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    margin: 0 auto 20px;
}

.video-player-wrapper .video-player,
.video-player-wrapper iframe {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.video-player-wrapper .video-player-splash {
    background-position: center;
    background-size: cover;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #000;
    font: 18px Roboto, sans-serif;
    padding: 0;
}

.video-player-wrapper .video-player-splash button {
    background: transparent;
    border: none;
    cursor: pointer;
    height: 100%;
    left: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.video-player-wrapper .video-player-splash button::before {
    background: rgba(0, 0, 0, 0.55);
    border-radius: 50%;
    content: '';
    height: 68px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 68px;
}

.video-player-wrapper .video-player-splash button::after {
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 12px 0 12px 22px;
    content: '';
    left: calc(50% + 3px);
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
