.Playback {
    display: inline-block;
    left: 10px;
    position: absolute;

    &[data-fullscreen=true] {
        left: 30px;
        margin-top: 5px;
    }

    &-play-button,
    &-pause-button {
        cursor: pointer;
        display: inline-block;
        margin-top: 4px;
        text-align: center;
    }

    .Icons-play {
        fill: #e6e6e6;
    }

    &[data-fullscreen=true] .Icons-play {
        height: 24px;
        width: 18px;
    }

    &[data-fullscreen=true] .VideoPlayerIcons-pause {
        height: 20px;
        width: 16px;
    }
}
