.text_home {
overflow: hidden;
position: relative;
width: 100%;
background: #252F52 url(../images/kreator-banerow-tlo.webp);
background-repeat: no-repeat;
background-position: center center;
padding: 5% 15px;
background-attachment: fixed;
box-sizing: border-box;
background-size: auto 100%;
}
.text_home::after {
content: "";
display: block;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: rgba(0,0,0,0.7);
z-index: 0;
}
.text_home .tekstHome{
font-size: 25px;
font-weight: 500;
transition: all 0.5s ease-out 0s;
text-align: center;
line-height: 1.5em;
position: relative;
z-index: 1;
color: #FFFFFF;
}