.col-lg.article .gallery-container {
	max-width: 780px;
}

.gallery-container {
	width: 100%;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	margin-bottom: 30px;
}

.gallery-main-img {
	width: 100%;
	background-color: #000000;
	position: relative;
	margin-bottom: 10px;
}

.gallery-main-img img {
	width: 100%;
	display: block;
	cursor: pointer;
}

.gallery-thumbs-container {
	display: flex;
	margin-bottom: 5px;
}

.gallery-nav {
	flex: 0 0 50px;
	background-color: #000000;
	cursor: pointer;
	background-position: center;
	background-repeat: no-repeat;
}

.gallery-thumbs {
	margin: 0px 10px;
	overflow: hidden;
	display: flex;
	width: 100%;
}

.gallery-thumbs div {
	flex: 0 0 200px;
	margin-right: 10px;
	position: relative;
}

.gallery-thumbs div:last-child {
	margin-right: 0px;
}

.gallery-thumbs div img {
	width: 100%;
	display: block;
}

.gallery-change {
	position: absolute;
	width: 50px;
	height: 100%;
	z-index: 99;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
}

.gallery-change.left {
	left: 0px;
}

.gallery-change.right {
	right: 0px;
}

.gallery-marker-container {
	margin: 0px 60px;
	height: 5px;
	font-size: 1px;
	position: relative;
	overflow: hidden;
}

.gallery-marker {
	display: inline-block;
	position: absolute;
	width: 100px;
	height: 5px;
	background-color: #e84b1a;
	font-size: 1px;
	left: 0px;
}

/* Podpis autora zdjęcia */

.gallery-main-img-credits {
	position: absolute;
	bottom: 10px;
	right: 15px;
	color: rgba(255, 255, 255, 0.5);
	font-size: 16px;
	font-weight: bold;
}
