@charset "utf-8";
video { 
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  background-size: cover;
  transition: 1s opacity;
}
#play{
width:64px;
height:64px;
background : url("stop64.png") center center no-repeat;
	border: none;
	transition: .5s background;
	position: absolute;
	left: 50%;
	top: 85%;
}
#nazad {
	border: none;
	transition: .5s background;
	position: absolute;
	left: 25%;
	top: 85%;
}
#kraj {
	display: none;
	font-family: Agenda-Light, Agenda Light, Agenda, Arial Narrow, sans-serif;
	font-weight: 100;
	color: white;
	width: 40%;
    font-size: 2rem;
	position: absolute;
	left: 30%;
	top: 50%;
	text-align: center;
}
