.bdo-ornslider {
    position: relative;
    width: 100%;
    max-width: 100%;
}

.bdo-ornslider__viewport {
    position: relative;
    width: 812px;
    height: 507px;
    margin: 0 auto;
}

.bdo-ornslider__track {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.bdo-ornslider__wrapper {
    display: flex;
    align-items: stretch;
}

.bdo-ornslide {
    width: 100%;
    height: 100%;
}

.bdo-ornslide__image {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.bdo-ornslide__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bdo-orn-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: auto;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    color: #ffffff;
    cursor: pointer;
    line-height: 0;
    box-shadow: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

.bdo-orn-btn svg,
.bdo-orn-btn svg * { pointer-events: none; }

.bdo-orn-btn svg path { fill: currentColor; }

.bdo-orn-btn--prev { left: 24px; }
.bdo-orn-btn--next { right: 24px; }

.bdo-orn-btn:hover,
.bdo-orn-btn:focus,
.bdo-orn-btn:active {
    background: transparent;
    color: inherit;
    outline: none;
    box-shadow: none;
}

.bdo-orn-navbar {
    display: none;
    width: 100%;
}

@media (max-width: 767px) {
    .bdo-orn-btn:not(.is-mobile) { display: none; }
    .bdo-orn-navbar {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 16px;
        margin-top: 16px;
    }
    .bdo-orn-btn.is-mobile {
        position: static;
        transform: none;
    }
}

@media (min-width: 768px) {
    .bdo-orn-btn.is-mobile { display: none; }
}
