
.ie .movable-arrow .owl-nav.hide {
    display: block !important;
    z-index: 9999;
}
.ie .movable-arrow .owl-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    max-width: 98%;
    width: 100%;
    height: 100%;
    z-index: -9;
}


.ie .movable-arrow .owl-next {
    cursor: default !important;
    width: 10px !important;
}

.ie .movable-arrow .owl-prev{
    width: 3% !important;
}

.ie .owl-nav span {
    display: block;
    color: rgba(119, 119, 119, 1);
    font-size: 45px;
    visibility: hidden;
}

.ie .owl-nav.hide span {
    display: block;
    color: rgba(119, 119, 119, 1);
    font-size: 45px;
    visibility: visible;
}


.ie .zoom{
    animation: none !important;
}