
.one-col-img-block img {
  min-width: 100%;
}

.one-col-img-block .bg-container {
  position: absolute;
  z-index: 0;
  right: 0;
  left: 0px;
  top: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
}

.one-col-img-block .bg-container .img-fluid {
  width: 100%;
  height: 100%;
  object-fit: cover;
}