/*.owl-carousel .prev-slide {
    position: absolute;
    top: 0;
    left: -0.75em;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0%;
    padding: 0;
    color: #fff;
    text-align: center;
    border: 0;
    font-size: 1.75em;
}*/

/*.owl-carousel .next-slide {
    position: absolute;
    top: 0;
    right: -0.75em;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0%;
    padding: 0;
    color: #fff;
    text-align: center;
    border: 0;
    font-size: 1.75em;
}*/

.owl-nav {
    text-align: end;
}
