.my-bg-image {
  width: 100%;
  height: 100%;
}
.my-bg-image .background_image {
  width: 100%;
  height: 100%;
}
.my-bg-image .background_image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
