.b-gallery-carousel .owl-next, .b-gallery-carousel .owl-prev{
    background: #fff;
    border-radius: 20px;
    position: absolute;
    top: 50%;
    margin-top: -42px;
    box-sizing: border-box;
    height: 42px;
    width: 42px;
    transition: all ease 0.3s;
    opacity: 0;
    visibility: hidden;
}
.b-gallery-carousel:hover .owl-next, .b-gallery-carousel:hover .owl-prev{
    opacity: 1 !important;
    visibility: visible !important;
}
.b-gallery-carousel__item:hover {
    opacity: 1;
    -webkit-animation: flash 0.8s;
    animation: flash 0.8s;
}
.b-gallery-carousel__item img {
    border-radius: 10px;
}

@media (max-width: 768px) {
    .b-gallery-carousel .owl-next, .b-gallery-carousel .owl-prev {
        opacity: 1 !important;
        visibility: visible !important;
    }
    .b-gallery-carousel .owl-prev{
        left: 5px !important;
    }

    .b-gallery-carousel .owl-next{
        right: 5px !important;
    }
}

.b-gallery-carousel .titles h2 {
    color: #fff;
    font-size: 1.5em;
    margin: 0 0 25px !important;
}

@media (max-width: 768px) {
    .b-gallery-carousel .titles h2 {
        color: #fff;
        font-size: 1em;
        margin: 0 0 15px !important;
    }
}

.b-gallery-carousel:hover .owl-prev{
    left: 20px;
}

.b-gallery-carousel:hover .owl-next{
    right: 20px;
}


.b-gallery-carousel {
    position: relative;
    display: inline-flex;
}

.b-gallery-carousel .owl-nav {

}

.b-gallery-carousel .owl-prev {
    background: url(/local/templates/aspro-allcorp2/images/svg/Arrow_left_large.svg) 14px 12px no-repeat #fff !important;
    left: -45px;
}
.b-gallery-carousel .owl-prev:hover {
    background: url(/local/templates/aspro-allcorp2/images/svg/Arrow_left_white_large.svg) 14px 12px no-repeat #474a51 !important;
}


.b-gallery-carousel .owl-next {
    background: url(/local/templates/aspro-allcorp2/images/svg/Arrow_right_large.svg) 17px 12px no-repeat #fff !important;
    right: -45px;
}
.b-gallery-carousel .owl-next:hover {
    background: url(/local/templates/aspro-allcorp2/images/svg/Arrow_right_white_large.svg) 17px 12px no-repeat #474a51 !important;
}

.b-gallery-carousel {
    position: relative;
}
