/* gallery modal css */
@media (min-width: 1024px) {
    #imageModal{
        top: 200rem !important;
        height: 200% !important;
    }
}

@media (min-width:469px) and (max-width: 668px) {
    #imageModal{
        top: 360rem !important;
        height: 125% !important;
        padding-bottom: 13rem;
    }
}

@media (max-width: 468px) {
    #imageModal{
        top: 351rem !important;
        height: 100% !important;
        padding-bottom: 8rem;
    }
}

@media (max-width: 392px) {
    #imageModal{
        top: 371rem !important;
        height: 100% !important;
        padding-bottom: 12rem !important;
    }
}