 

.nakladka{
background: #000000;
background: linear-gradient(18deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 59%);
}

.tekst{
	bottom: 20px;
	left: 20px;
}

.kreskeczka{
	width: 40%;
	height: 1px;
	background-color: white;
	margin: 10px 0;
}


@media screen and (max-width: 911px){
	.tekst {
		bottom: 20px;
		left: 0px;
	}
	
	
}