.paragraph--type--text-pozadi{
    max-width: 620px;
    position: relative;
    margin: 80px auto;
    min-height: 350px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    box-sizing: border-box;
}
.paragraph--type--text-pozadi .field--name-field-obrazek{
    width: calc(100vw - 40px);
    max-width: 1720px;
    min-width: calc(100% + 40px);
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0%);
    z-index: -1;
    border-radius: 20px;
    overflow: clip;
}
.paragraph--type--text-pozadi .field--name-field-obrazek:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(0deg, rgba(18, 75, 103, 0.90) 0%, rgba(18, 75, 103, 0.90) 100%);
    z-index: 1;
}
.paragraph--type--text-pozadi .field--name-field-obrazek img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.paragraph--type--text-pozadi h2,
.paragraph--type--text-pozadi p{
    color: var(--white);
}
.paragraph--type--text-pozadi p a{
    color: var(--white);
    text-decoration: none;
}
.paragraph--type--text-pozadi p a:hover{
    text-decoration: underline;
}