flynt-component[name='BlockWysiwyg'] {
background-color: var(--background-color);
position: relative;
}
flynt-component[name='BlockWysiwyg']::before {
background-image: var(--background-image);
background-repeat: no-repeat;
background-size: cover;
content: '';
inline-size: 100%;
padding-block: 300px;
padding-block-end: 200px;
position: absolute;
transform: translateY(-50%);
z-index: -1;
@media (max-width: 768px) {
background-position: center;
background-size: contain;
}
}
flynt-component[name='BlockWysiwyg'] {
background-color: var(--background-color);
position: relative;
}
flynt-component[name='BlockWysiwyg']::before {
background-image: var(--background-image);
background-repeat: no-repeat;
background-size: cover;
content: '';
inline-size: 100%;
padding-block: 300px;
padding-block-end: 200px;
position: absolute;
transform: translateY(-50%);
z-index: -1;
@media (max-width: 768px) {
background-position: center;
background-size: contain;
}
}