.owl-carousel .owl-nav button.owl-prev {
    font-size: 50px !important;
    display: flex;
    justify-content: space-between;
    align-items: end;
    position: absolute;
    top: 15%;
    outline: none;
    left: 0;
    background-color: white;
}

.owl-carousel .owl-nav button.owl-next {
    display: flex;
    justify-content: space-between;
    align-items: end;
    position: absolute;
    top: 15%;
    font-size: 50px !important;
    right: 0;
    outline: none;
    background-color: white;

}

.owl-carousel.owl-drag .owl-item {
    display: flex;
    justify-content: center;
}

.owl-carousel-home .owl-nav button.owl-prev {
    position: absolute;
    top: 89%;
    outline: none;
    left: 1px;
    width: 4rem;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: baseline;
    background: white;
    color: black;
    border-radius: 50%;
    font-size: 47px;
}


.owl-carousel-home .owl-nav button.owl-prev span {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 89%;
}

.owl-carousel-home .owl-nav button.owl-next span {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 89%;
}

.owl-carousel-home .owl-nav button.owl-next {
    position: absolute;
    top: 89%;
    outline: none;
    left: 91%;
    width: 4rem;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: baseline;
    background: white;
    color: black;
    border-radius: 50%;
    font-size: 47px;
}

.owl-carousel-home.owl-drag .owl-item {
    display: flex;
    justify-content: center;
}


.owl-carousel-live .owl-nav button.owl-prev {
    position: absolute;
    top: 41%;
    outline: none;
    left: 1%;
    width: 5rem;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: baseline;
    background: black;
    color: white;
    border-radius: 50%;
    font-size: 47px;
}

.owl-carousel-live .owl-nav button.owl-prev span {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 89%;
}

.owl-carousel-live .owl-nav button.owl-next {
    position: absolute;
    top: 41%;
    outline: none;
    right: 1%;
    width: 5rem;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: baseline;
    background: black;
    color: white;
    border-radius: 50%;
    font-size: 47px;
}

.owl-carousel-live .owl-nav button.owl-next span {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 89%;
}

@media screen and (max-width:445px) {
    .owl-carousel .owl-nav button.owl-prev {
        font-size: 50px;
        top: -34%;
    }

    .owl-carousel .owl-nav button.owl-next {
        top: -34%;
        right: 0;
    }
}