.image-wrapper.bg-contain {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll !important;
}

.image-wrapper.bg-contain.bg-overlay:before {
  display: none;
}