div#pluginAppObj_03{
    width:100%;
}

.pluginAppObj_03container {
    position: relative;
}

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

.pluginAppObj_03image {
    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_03textContainer {
    max-width: 800px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 30px;
    text-align:justify;
}

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

.pluginAppObj_03bottomSpacer {
    height: 100vh;
}

.pluginAppObj_03title {
    font-family: Questrial;
    color: rgba(255, 255, 255, 1);
    font-weight: normal;
    font-size: 28pt;
    font-style: normal;
    display:block;
    padding-bottom: 15px;
}
.pluginAppObj_03text {
    font-family: Questrial;
    color: rgba(255, 255, 255, 1);
    font-weight: normal;
    font-size: 20pt;
    font-style: normal;
    display:block;
}