.pos-content-head, .default-fr-bgimg {
    	background-image: url('[bgimg-orig]');
        background-repeat: no-repeat;
        background-position:center center;
        background-size: cover;
        
}

body.icproc .pos-content-head, body.icproc .default-fr-bgimg{
    background-image: url('[bgimg-cache-big]');
}

@media(max-width:640px) {
    .pos-content-head, .default-fr-bgimg {
        background-image: url('[bgimg-small]');
    }
    body.icproc .pos-content-head, body.icproc .default-fr-bgimg{
        background-image: url('[bgimg-cache-small]');
    }
}

.pos-content-head{

}

.deader-delivery-title-bgimg {
	min-height: 15em;
}

@media(min-width:650px) {
.deader-delivery-title-bgimg {
	min-height: 24em;
    }
    .pos-content-head.small .deader-delivery-title-bgimg{
    min-height:5em;
}
}
@media(min-width:800px) {
    .pos-layout .zone-pos-workspace {
        background-image: url('[bgimg-orig]');
        background-repeat: no-repeat;
        background-position:top center;
        background-size: 100% auto;
    }
    
    body.nocust-bg .zone-pos-workspace {
        background-image: none;
    }
}
@media(min-width:950px) {
.deader-delivery-title-bgimg {
	min-height: 30em;
    }
    .pos-content-head.small .deader-delivery-title-bgimg{
    min-height:10em;
}
}