.body {
  background-color: rgb(246, 248, 248);
  padding-top: 185px;
}

#ItemControls1 {
  height: 450px;

}

#ImgControls1 {
  height: 100%;
  object-fit: cover;
  image-rendering: pixelated;
  /* image-rendering: crisp-edges; */
  image-rendering: optimizeQuality;
}

.nowrap {
  white-space: nowrap;
}


/* Desktop McsIndistrialVideo */
#IndustrialVideo {
  width: 100%;
  height: auto;
}
/* Desktop McsIndistrialVideo */
#textbkg {
  background-color: #004b8d;
  color: white;
}

.textbkg {
  background-color: #004b8d;
}

/* End of MobileImg Settings*/