.GalleryContainer figure {
	text-align: center;
	display: inline-block;
	margin: 10px 20px;
}

table .GalleryContainer figure:only-child {
	margin-top: 0;
	margin-bottom: 0;
}

.GalleryContainer figure:only-child img {
	width: auto;
	max-width: 100%;
}

table .GalleryContainer figure:only-child img {
	max-width: none;
}

table .GalleryContainer figure {
	display: block;
}

@media screen and (max-width: 650px) {
	.GalleryContainer figure img {
		width: auto;
		max-width: 100%;
	}

	#dokument .prijezd > .nahled-H
	{
		margin-left: 30px;
	}
}