.sticky-gallery-section button {
    width: 100%;
    background-color: #fe7b57;
    color: #fff;
    border: none;
    margin-top: 20px;
    padding: 6px 0;
    cursor: pointer;
    border: 1px solid #fe7b57;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.sticky-gallery-section button:hover {
    background-color: transparent;
    color: #fe7b57;
}
.sticky-gallery-section.sticky {
    position: fixed;
    top: 52px;
}
.sticky-gallery-section.absolute {
    position: absolute;
    bottom: 0;
}
.elementor-widget-sorbet-sticky-gallery , .elementor-widget-sorbet-sticky-gallery > div{
    height: 100%;
}
.sticky-gallery-image img{
    height:  87vh;
}