.kpSlider__image {
    position: relative;

    button[data-slider-video-play] {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 50px;
        height: 50px;

        svg {
            max-width: 100%;
            max-height: 100%;
        }
    }
}