
[data-denis-recenzie-foto-okno] {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	background-color: #fff;
	border: solid 20px #fff;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

[data-denis-recenzie-foto-okno-zatvorit] {
	position: absolute;
	top: 0;
	right: 0;
	margin: 20px;
	padding: 10px;
	color: red;
	background-color: #fff;
	border: solid 5px red;
	cursor: pointer;
}

[data-denis-recenzie-foto-okno-zatvorit]:hover {
	color: #fff;
	background-color: red;
}

.denis-recenzie-blok {
	border-bottom: dotted 5px #dadada;
	/*border-bottom: solid 1px #dadada;*/
	margin-bottom: 50px;
	padding-bottom: 20px;
	width: 100%;
	float: left;
	overflow: hidden;
}

.denis-recenzie-blok > * {
	float: left;
}

.denis-recenzie-blok h2 {
	margin-top: 0;
}

.denis-recenzie-blok-fotka {
	cursor: pointer;
	height: 300px;
	background-repeat: no-repeat;
	background-size: contain;
}

.denis-recenzie-blok-sprava {
	white-space: pre-line;
}





/* Nastavenia vzhľadu podľa veľkosti obrazovky/okna */

@media (min-width: 1000px) {

	.denis-recenzie-blok > * {
		max-width: calc(100% - 320px);
	}

	.denis-recenzie-blok-fotka {
		width: 300px;
		margin-right: 20px;
		background-position: top;
	}

}

@media (max-width: 1000px) {

	.denis-recenzie-blok-fotka {
		width: calc(100% - 20px);
		margin-bottom: 20px;
		background-position: left;
	}

}