div#pluginAppObj_9_55{
    width:100%;
}

.pluginAppObj_9_55container {
    position: relative;
}

.pluginAppObj_9_55background {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 101vh;
    z-index: 1;
}

.pluginAppObj_9_55image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: opacity 1s;
}

.pluginAppObj_9_55textContainer {
    max-width: 200px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-inline-start: 15px;
    padding-inline-end: 15px;
    text-align: start;
}

.pluginAppObj_9_55topSpacer {
    display: none;
    height: 100vh;
}

.pluginAppObj_9_55bottomSpacer {
    height: 100vh;
}

.pluginAppObj_9_55title {
    font-family: 'Tahoma';
    color: rgba(0, 0, 0, 1);
    font-weight: bold;

    /* font-size: 18pt; */
    font-size: calc(18pt - max(18pt - var(--min-text-size), 0pt) * var(--font-size-factor)) ;

    font-style: normal;
    display: block;
    padding-bottom: var(--fullScrollText_titleMargin, 15px);
}

.pluginAppObj_9_55text {
    font-family: 'Tahoma';
    color: rgba(0, 0, 0, 1);
    font-weight: normal;

    /* font-size: 14pt; */
    font-size: calc(14pt - max(14pt - var(--min-text-size), 0pt) * var(--font-size-factor)) ;

    font-style: normal;
    display: block;
    word-break: break-word;
}

@media screen and (min-width: 960px) { .pluginAppObj_9_55title { font-size: 18pt; } }@media screen and (max-width: 960px) { .pluginAppObj_9_55title { font-size: NaNpt; } }@media screen and (max-width: 720px) { .pluginAppObj_9_55title { font-size: NaNpt; } }