#bannerSectionGalery{
    background-image: url('../../../images/photos/bg-galery.webp');
    background-size: cover;
    background-position: 55% center;
    background-attachment: fixed;
    height: 700px;
    max-height: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    z-index: 1;
}  
#bannerSectionGalery .content{
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: hsla(0, 0%, 0%, 0.50);
    justify-content: center;
    align-items: center;
    color: white;
    padding:6rem 3rem;
    gap: 0;
}
@media screen and (max-width: 768px) {
    #bannerSectionGalery{
        height: 700px;
        min-height: unset;
        max-height: unset;
        padding: 0;
        background-position: center center;
    }
    #bannerSectionGalery .content{
        height: 100%;
        padding:2rem 0;
    }
}
