/* Test CSS to remove opacity 0.7 for Collection Page thumbnails on mobile | Steve 14 Oct 2020  */

@media only screen and (max-width: 767px) {

.mobile .listing .bg_hover::after {
    opacity: 0!important;
    filter: alpha(opacity=0)!important;
}

/* set Page Title to white on Collection Page so that it can be read over full strength image */

.page_1528947 .caption .text .overlay {
    color: #ffffff!important;
}

} /* ends mobile media query */

/* ends testing code */