
.inyouslider-slideshow .inyouslider-slideshow{
    position:relative;
}

.inyouslider-slideshow .owl-dots{
    display: flex;
    justify-content: center;
    margin: 20px 0px;
    position: absolute;
    width: 100%;
}
.inyouslider-slideshow .owl-dots .owl-dot{
    margin: 0 4px;
}

.inyouslider-slideshow .owl-nav button{
    position:absolute;
    display: flex;
    top:0px;
    bottom:0px;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 0;
    width:40px;
    justify-content: center;
    background: none;
    transition:0.3s all;
}

.inyouslider-slideshow .owl-dots button{
    width:14px;
    height:14px;
    border-radius:50%;
    transition:0.3s all;
    transform: scale(1);
    background-color:gray;
}

.inyouslider-slideshow .owl-dots button:hover,
.inyouslider-slideshow .owl-dots button.active{
    transform: scale(1.2);
}

.inyouslider-slideshow .owl-prev{
    left:0px;
}
.inyouslider-slideshow .owl-next{
    right:0px;
}

.inyouslider-slideshow .owl-nav button{
    background-image:none!important;
    background-color:white;
    transition:0.3 all;
    width:50px;
}
