body, html, #wrapper {
    width: 100%;
    -webkit-print-color-adjust: exact;
}


@media all {
    .page-break {
        display: none;
    }
}

@media screen {
    .printonly1 {
        display:none;
    }
}

@media print {
    
    
    .page-break {
       display: block;
       page-break-before: always;
       
    }
    .printOnly1{ display: block}
    .screenOnly {        display: none;    }
     .NoArrowSelect {
           
            text-indent: 0.01px;
            text-overflow: '';
            -moz-appearance: none;
            /* Firefox */
            -webkit-appearance: button; /* Safari and Chrome */
        }
}


.imgZ {
    position: absolute;
    z-index: 1;
}

.canvasZ {
    position: relative;
    z-index: 20;
}

.containerZ {
    display: inline-block;
    width: 320px;
    height: 480px;
    margin: 0 auto;
    background: black;
    position: relative;
    border: 5px solid black;
    border-radius: 10px;
    box-shadow: 0 5px 50px #333;
}
