.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 ;
  }

#textbkg{
  background-color: #002e57;
  color: white;
}

.textbkg{
  background-color: #002e57;
}

a{
  text-decoration: none;
  color: #002e57;
}

.McMagImgCover img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* On mobile the image sits alone (text is in the modal) — cap it so
   very tall phones don't blow the picture up disproportionately. */
@media (max-width: 767.98px) {
  .McMagImgCover img {
    max-width: 320px;
  }
}

/* Hero-section styles live in shared css/mcs-product-hero.css */
