.eb-house-warming{
    background-image: url(/img/Services/house-warming/house-warm6.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    backdrop-filter: blur(7px);
}

/* gallery modal css */

@media (min-width: 1024px) {
    #imageModal{
        top: 150rem !important;
        height: 170% !important;
        padding-bottom: 12rem;
    }
}

@media (min-width:469px) and (max-width: 668px) {
    #imageModal{
        top: 265rem !important;
        height: 120% !important;
        padding-bottom: 8rem;
    }
}

@media (max-width: 468px) {
    #imageModal{
        top: 256rem !important;
        height: 100% !important;
    }
}

@media (max-width: 392px) {
    #imageModal{
        top: 271rem !important;
        height: 100% !important;
    }
}