/* To override the transparency of the link set slideshow module background*/

.owl-stage-outer {
    background: rgba(164,164,164,0)!important;
} 

/* ends */


/*    To change the image set opacity of the previous/next AND auto play buttons to 25%  convo 17814200578846  DM */

.image-set-slideshow-nav {
    background-color: rgb(0 0 0 / 25%)!important;
}

.image-set-slideshow-autoplay-toggle {
    background-color: rgb(0 0 0 / 25%)!important;
}

/*  end */ 