

body {
	flex-direction: row;
	display: flex;
	height: 100vh;
	overflow-y: hidden;
	margin: 0;
	background-image: url(images/Jak-z-detskeho-udelat-studentsky-pokoj323.jpeg);
	background-size: cover;;
	background-position: center;

	background-repeat: no-repeat;
	background-attachment: fixed;
	
}

.container {
	display: flex;
	width: 50%;
	position: relative;
	height: 100%;
	padding-top: 10px;
	align-items: center;
}

.button {
width: 25%;
height: 25%;
}

.hair:hover{
   transform: scale(1.15);
}

.skrin:hover{
   transform: scale(1.15);
}


img.ruka {
	position: absolute;
	z-index: 200;
	
}
img.hlava {
	position: absolute;
	z-index: 200;
	
}

img.skrin {
	width: 50%;
	position: relative;
	z-index: 100;
	margin: auto;
}

img.hair {
	width: 25%;
	position: relative;
	z-index: 100;
}

img.postava {
	height: 98%;
	position: absolute;

	
}

img.aktualniSaty {
	position: relative;
	z-index: 100;

}

.prave:hover{
   transform: scale(1.15);
}
.rotateimg180:hover{
  transform: scaleY(1.15) scaleX(-1.15);


  t
}

.rotateimg180 {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.prazdny:hover{
	transform: scale(1);
}