/* remove opacity and vignette from appearing in slideshow 2 image in view. DAVE - 26385094380*/

#content_page_wrapper .format-slideshow--slideshow_02.format-slideshow--animation-showcase_8 .format-slideshow__slide .format-slideshow__slide-overlay {
    opacity: 0!important;
    background-image:none;
}
/* end */

