
/* OVERRIDES */

/*
*	Prevents buttons being highlighted when selected (they will kept selected on mobile devices,
*	hiding a big portion of the image on small screens)
*/
.mfp-close:hover, .mfp-close:focus {
	background: transparent;
}

button.mfp-arrow:hover, button.mfp-arrow:focus {
	background: transparent;
}
