.nv-content-image-wrap--placeholder {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f1f3f2 !important;
}

img.nv-content-image--placeholder {
  display: block !important;
  width: auto !important;
  height: auto !important;
  max-width: 150px !important;
  max-height: 70px !important;
  margin: auto !important;
  padding: 0 !important;
  opacity: 0.42;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  background: transparent !important;
}

@media (max-width: 480px) {
  img.nv-content-image--placeholder {
    max-width: 120px !important;
    max-height: 56px !important;
  }
}
