/* CSS dla bloku start-stronygl */
.wysokoscstart {
 min-height: 70vh;
}

.kreskas{
 	height: 5px;
	width: 30%;
 	background-color: red;
}

.nakretka {
    height: 85%;
    right: 5%;
	top: 5%;
}

.nakretka2 {
    height: 50%;
    right: 28%;
}


.nakretka3 {
    height: 50%;
    right: 0%;
}

@media screen and (max-width: 911px) {
	.nakretka {
		height: 15% !important;
		right: 0%;
		top: 0%;
	}
	
	.nakretka3 {
		height: 10%;
		right: 80%;
	}

	.nakretka2 {
		height: 12% !important;
		right: 0%;
	}
}