body #main {
	position: relative;
	overflow-x: hidden;
}
.zindex {z-index: 3;}
.btn01:hover {transform: scale(1.05);}
.nadpisoci {
	position: relative;
	display: inline-block;
}
.ocicka {
	position: absolute;
	width: 30%;
	top: 18%;
	right: -37%;
}
.cls-1 {fill: #010050;}
.cls-2 {fill: #fff;}
.videoFull {
	max-width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	height: auto;
	width: 100%;
    transform: scale(0.5);
    transition: transform 0.1s linear;
	position: relative;
}
.ocibile {
	background: url("https://tokoukate.cz/wp-content/themes/tokoukate/resources/images/oci-bile.svg") no-repeat center;
	position: absolute;
	width: 260px;
	height: 160px;
	top: -50px;
	left: 140px;
}
.bublina01::before {
	content: "";
	width: 128px;
	height: 80px;
	position: absolute;
	left: 50%;
	top: 40px;
	margin-left: -64px;
	background: url("https://tokoukate.cz/wp-content/themes/tokoukate/resources/images/oci-bile.svg") no-repeat center;
}
.bublina01 .mt-2 {margin-top: 30px;}
.pravevideo, .tablety {position: relative;}
.pravevideo .ocibile {
	top: -100px;
	z-index: 10;
	left: auto;
	right: 80px;
}
.ocimodre {
	background: url("https://tokoukate.cz/wp-content/themes/tokoukate/resources/images/oci-modre.svg") no-repeat center;
	position: absolute;
	width: 190px;
	height: 120px;
	top: 70px;
	left: 140px;
}


@media (max-width: 1600px) {
	.ocicka {
		width: 23%;
		top: 24%;
		right: -28%;
	}
	
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	.ocicka {
		width: 20%;
		top: 108%;
		right: -8%;
	}
	.ocibile {
		width: 160px;
		height: 80px;
		top: -10px;
		left: 80px;
	}
	.pravevideo .ocibile {
		top: -50px;
		right: 50px;
	}
	.bublina01::before {
		width: 80px;
		height: 60px;
		top: 20px;
		margin-left: -40px;
	}
	.ocimodre {
		width: 120px;
		height: 80px;
		top: -20px;
		left: 40px;
	}
}
@media (max-width: 480px) {
	.ocicka {
		width: 80px;
		top: -45px;
		right: 50%;
		margin-right: -40px;
	}
	.ocibile {
		width: 160px;
		height: 80px;
		top: -10px;
		left: 80px;
	}
	.pravevideo .ocibile {
		top: -50px;
		right: 50px;
	}
	.bublina01::before {
		width: 80px;
		height: 60px;
		top: 20px;
		margin-left: -40px;
	}
	.ocimodre {
		width: 100px;
		height: 80px;
		top: -20px;
		left: 40px;
	}
	
}