/* So that on mobile you don't need to click twice on wedding party images to trigger popup */

ul.wedding-party img:hover {
	opacity: 1;
	filter:alpha(opacity=100);
}

ul.wedding-party li:hover img {
	display: none;
}
ul.wedding-party li:hover img.on-hover {
	display: block;
}
