/* Source and licensing information for the line(s) below can be found at https://devops.completechaintech.com/themes/custom/completechain/css/partners.css. */
/* line 4, ../sass/partners.scss */
.view-our-partners .views-field-field-image {
  min-height: 185px;
  position: relative;
}
/* line 7, ../sass/partners.scss */
.view-our-partners .views-field-field-image img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  max-height: 100px;
  width: 100%;
  object-fit: contain;
  max-width: 165px;
}

/* line 23, ../sass/partners.scss */
.path-our-partners .header-image {
  width: 100%;
  background: url(/themes/custom/completechain/css/../images/partners.jpg) no-repeat;
  min-height: 450px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 991px) {
  /* line 23, ../sass/partners.scss */
  .path-our-partners .header-image {
    min-height: auto;
  }
}

/* Source and licensing information for the above line(s) can be found at https://devops.completechaintech.com/themes/custom/completechain/css/partners.css. */