@media print {
    .imagePreview {
       display : block;
    }
}

input#invoice-head {
    font-size: 36px;
}
.media img {
    height: 35px;
    width: 50px;
}
.imagePreview {
    width: 60px;
    height: 60px;
    background-position: center center;
  background:url(http://cliquecities.com/assets/no-image-e3699ae23f866f6cbdf8ba2443ee5c4e.jpg);
  background-color:#fff;
    background-size: cover;
  background-repeat:no-repeat;
   
  box-shadow:0px -3px 6px 2px rgba(0,0,0,0.2);
   -webkit-print-color-adjust: exact !important;   /* Chrome, Safari 6 – 15.3, Edge */
    color-adjust: exact !important;                 /* Firefox 48 – 96 */
    print-color-adjust: exact !important;           /* Firefox 97+, Safari 15.4+ */
}

.imgUp
{
  margin-bottom:-13px;
}
.del
{
  position:absolute;
  top:0px;
  right:15px;
  width:30px;
  height:30px;
  text-align:center;
  line-height:30px;
  background-color:rgba(255,255,255,0.6);
  cursor:pointer;
}
.imgAdd
{
  width:31px;
  height:27px;
  border-radius:50%;
  background-color:#4bd7ef;
  color:#fff;
  box-shadow:0px 0px 2px 1px rgba(0,0,0,0.2);
  text-align:center;
  line-height:30px;
  margin-top:0px;
  cursor:pointer;
  font-size:15px;
  margin-left: 15px
}

i.fa.fa-plus.imgAdd {
    position: absolute;
    top: -37px;
    left: 12px;
    right: 0px;
    text-align: center;
    margin: auto;
}
@media print {
.imgAdd { 
   display: none;
  }
}