:root {
  --bg-lp-odd: #FFFFFF !important;
  --bg-lp-even: #000000 !important;
}
#engineAjax {
  margin-top: 0px;
}
#engine{
  padding-bottom: 0px;
}
.banner-background.remove-margin-header {
  margin-top: 0px;
}

#powered-by-msi img.fix-img {
  display: block;
  max-width: 100%;
  height: auto;
}

#powered-by-msi .d-flex > * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
}

#powered-by-msi .col-width {
  max-width: 395px;
}

#powered-by-msi .msi-opinions-container {
  max-width: 1400px;
}

#powered-by-msi .msi-opinions-justify {
  justify-content: center;
}

/* @media (max-width: 1220px) {
  #powered-by-msi .msi-opinions-justify {
    justify-content: space-between;
  }
} */

#powered-by-msi .msi-opinions-container img:hover {
  transform: scale(1.02);
  transition: transform .2s;
  opacity: 90%;
}

#powered-by-msi .arrow:hover {
  opacity: 80%;
}

@media (min-width: 1270px) {
  #powered-by-msi .msi-opinions-container > div {
    max-width: 395px;
  }

  #powered-by-msi .msi-opinions-justify {
    justify-content: space-between;
  }
}


@media (max-width: 1270px) {
  #powered-by-msi .col-width {
    max-width: 320px;
  }
}

@media (max-width: 1049px) {
  #powered-by-msi .col-width {
    max-width: 280px;
  }
}

@media (max-width: 991px) {
  #powered-by-msi .pbm-plus img{
    max-width: 100%;
    height: auto;
  }

  #powered-by-msi .justify-lg-start {
    justify-content: center;
  }

  #powered-by-msi .col-width {
    max-width: 240px;
  }
}

@media (min-width: 992px) {
  #powered-by-msi .landing-page-row > .bx-wrapper {
    padding: 0 20px;
  }

  #powered-by-msi .pbm-plus img{
    max-width: 100%;
    object-fit: cover;
  }

  /* #powered-by-msi .msi-opinions-justify {
    justify-content: center;
  } */
}

@media (max-width: 767px) {
  #powered-by-msi .col-width {
    max-width: 395px;
  }
}