body, body a, .mute-video{position:relative;cursor:url(cursor.png) 70 12 ,auto!important;}
body{width:1920px;height:1080px;margin:0;padding:0;overflow:hidden;}
body a{display:block;position:absolute;top:0;left:0;width:100%;height:100%;}
.container{position:fixed;top:0;left:50%;width:1920px;height:1080px;margin-left:-960px;background:url('bg1.png');background-size:1920px 1080px;background-position:50% 0;background-repeat:no-repeat;}    
/**/
.content{display:none;position:absolute;bottom:0;left:50%;width:1030px;height:990px;margin:0 0 0 -515px;background:#fff;z-index:999999999;}   
/**/
.brandingArea{width:1920px;height:1080px;position:fixed;top:0;left:50%;overflow:hidden;margin-left:-960px;}
.brandingArea img{display:block;width:1920px;height:1080px;}
/**/
.active-a{position:absolute;top:512px;left:313px;width:90px;height:210px;background:red;opacity:0;}
.animace-kvetiny{position:absolute;top:446px;left:289px;}
.animace-kvetiny img{display:block;width:150px;height:auto;}
.animace-kvetiny:hover img{transform:scale(1.2);}
/**/
.video{
  position:absolute;
  top: 235px;
  left: 293px;
  width:150px;
  overflow:hidden;
}

.video video{
  display:block;
  width:100%;
  height:auto;
}

.video-two{
  left:unset;
  right:291px;
}
.mute-video {
	display:none;
  position: absolute;
  top: 440px;
  left: 406px;
	background: url(mute_off.png) no-repeat center;
	background-size: 34px;
	width: 34px;
	height: 34px;
	z-index: 12;
	cursor: pointer;
	transition: 0.3s;
	border: none;
}
.mute-video-two{
  left:unset;
  right:406px;
}
.mute-video:hover {
	background: url(mute_on.png) no-repeat center;
	background-size: 34px;
	transition: 0.3s;
}
.unmute-video {
	background: url(mute_on.png) no-repeat center;
	background-size: 34px;
}
.unmute-video:hover {
	background: url(mute_off.png) no-repeat center;
	background-size: 34px;
}
.button {
  z-index:4;
  position:absolute;
  bottom:10px;
  left:50px;
}      
/* Max-width:1440px =========================== */
@media screen and (max-width:1440px){
html{}

}
