div#pluginAppObj_7_114{
    width: 100%;
}

.pluginAppObj_7_114_icmGalleryBackground {
    background-color: rgba(0, 0, 0, 1);
}


/*
.pluginAppObj_7_114_icmGalleryBackground::after {
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    background-image: url("../../");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}
*/

.pluginAppObj_7_114_icmFSGallery {
    position: relative;
}

.pluginAppObj_7_114_icmFSGallery>div {
    position: sticky;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

.pluginAppObj_7_114_icmFSGallery>div>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: opacity 1s;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}