.page.products {
    #authentication-modal{
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 50;
    }


}

.frame .image > div {
    background-position-x: 50%!important;
}

.frame.flow-micro .image > div{
    background-image: url("images/micro_el.jpg");   
}

.frame.flow-general .image > div{
    background-image: url("images/flat_el.jpg");   
}

.frame.spare .image > div{
    background-image: url("images/spareparts.jpg");   
}


.frame.large-volume .image > div{
    background-image: url("images/high_throughtput1.jpg");
}

.frame.kit .image > div{
    background-image: url("images/kit.png");
}

