.section-gallery{

    .ingite-fader-card{
        background:transparent;
        border:2px solid var(--ingite-color-surface);
        padding:0;
        margin-top:2rem;
        .ingite-fader{
            .section-gallery-img{
                max-width:100%;
                max-height:100%;
                height:auto;
                border-radius:20px;
                overflow:hidden;
            }

            @media screen and (max-width:992px){
                .btn {
                    background:rgba(0,0,0,.5);
                    color:rgba(255,255,255,.9);
                    border-color:rgba(255,255,255,.9);
                    &.prev {
                        left:-20px;
                    }
                    &.next{
                        right:-20px;
                    }
                }
            }
        }

    }

    .ingite-ingite-fader-items {
        height: 0;
        max-height: 0;
        padding-bottom: 78.40%;
    }
}
