﻿.splide__play-pause-button{
    color: #fff;
    text-indent: -9999px;
    background: url("/SiteElements/images/video-pause.png") no-repeat;
    background-size: contain;
    width: 32px;
    height: 32px;
    z-index: 500;
    position: absolute;
    padding: 5px;
    border-radius: 10px;
    font-weight: bold;
    cursor: pointer;
    margin: 7px 0 0 12px;
}
.is-paused{
    color: #fff;
    text-indent: -9999px;
    background: url("/SiteElements/images/video-play.png") no-repeat;
    background-size: contain;
    width: 32px;
    height: 32px;
}

.splide__play-pause-button-imgbox{
    color: #fff;
    text-indent: -9999px;
    background: url("/SiteElements/images/video-pause.png") no-repeat;
    background-size: contain;
    width: 32px;
    height: 32px;
    z-index: 500;
    position: absolute;
    padding: 5px;
    border-radius: 10px;
    font-weight: bold;
    cursor: pointer;
    margin: 7px 0 0 12px;
}.is-pausedimgbox{
    color: #fff;
    text-indent: -9999px;
    background: url("/SiteElements/images/video-play.png") no-repeat;
    background-size: contain;
    width: 32px;
    height: 32px;
}

button[disabled] {
    display: none;
}