/**
 * Erweiterung um die Lightbox responsive zu machen.
 *
 * Hanspeter Lutz, 30.06.2021
 */
@media all and (max-width: 767px) {

	.lb-outerContainer {
		width: 90% !important;
	}

	.lightbox .lb-image {
		width: 100% !important;
		height: auto !important;
	}
}
