.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 ;
  }
/* MobileImg */
#MobileImg{
  margin-left: -30px;
}
/* MobileImg */

/* Desktop McsIndistrialVideo */
#IndustrialVideo{
  width: 100%;
  height: auto;
}
/* Desktop McsIndistrialVideo */


#textbkg{
  background-color: #004b8d;
  color: white;
}

.textbkg{
  background-color: #004b8d;
}
a{
  text-decoration: none;
  color: #004b8d;
}

/* End of MobileImg Settings*/