.sp-grab {
    cursor: pointer;
}

.slider-pro {
    text-align: center;
}

.sp-slides-container {
    margin-top: -14px;
    margin-bottom: -6px;
}

.sp-caption-container {
    height: 70px;
    margin-top: 4px;
    background-color: #005A46;
    color: #ffffff;
    padding-top: 15px;
}

.sp-buttons {
    display: inline-block;
    margin-bottom: 32px;
    margin-left: -70px;
    margin-top: -70px;
    position: absolute;
    width: auto;
}

.sp-button {
    width: 20px;
    height: 20px;
    border-color: #000000 !important;
}

.sp-selected-button {
    background-color: #ffffff !important;
}

.sp-arrow::after {
    border-bottom: 2px solid;
    border-left: 2px solid;
    border-right: 2px solid;
    top: 50%;
}

.sp-arrow::before {
    border-top: 2px solid;
    border-left: 2px solid;
    border-right: 2px solid;
    top: -30%;
}

.sp-next-arrow::after, .sp-next-arrow::before, .sp-previous-arrow::after, .sp-previous-arrow::before {
    width: 80%;
    height: 80%;
}

.play-button {
    position: absolute;
    width: 100%;
    height: 88%;
    z-index: -1;
    margin-top: 3%;
}

.play-button.active {
    background-image: url("../../img/slider/play_border.png");
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    z-index: 1;
}

video {
    z-index: -1;
    cursor: default;
    height: inherit !important;
}

.index-1 {
    z-index: -1;
}

.index0 {
    z-index: 0;
}
