.owl-nav {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    top: 50%;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 0;
}

.owl-nav>div {
    color: white;
    z-index: 100;
    width: 30px;
    height: 40px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.owl-nav>div:hover {
}

@media (max-width: 1270px) {
    .owl-nav .owl-prev {
        left: 0px !important;
    }
    .owl-nav .owl-next {
        right: 0px !important;
    }
}

.owl-nav .owl-prev {
    position: relative;
    left: 0px;
}

.owl-nav .owl-next {
    position: relative;
    right: 0px;
}

/* Review */

