.ocdbanner .text-left {
    padding: 6px 12px;
    color: white;
    position: absolute;
    top: 20px;
    left: 20px;
    display: block;
    background: rgb(0 117 255);
    border-radius: 2px;
}
.ocdbanner .splide__arrow--next, .ocdbanner .splide__arrow--prev {
    right: 1em;
    padding: 10px 8px;
    height: 50px;
    width: 34px;
    font-size: 40px;
    background: #777777e0;
    top: 50%;
    color: #fff;
    cursor: pointer;
    transition: all .3s ease;
    border-radius: 0;
}
.ocdbanner .splide__arrow svg {
    fill: #fff;
    height: 1.2em;
    width: 1.2em;
}