.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 ;
  }

  .MagImgCover{
    width: 100%;
  height: 100%;
  }

a{
  text-decoration: none;
  color: #004b8d;
}

#textbkg{
  background-color: #004b8d;
  color: white;
}

.textbkg{
  background-color: #004b8d;
}

/* #MagnumImgCover{
  margin-left: 140px;
  margin-top: -20px;
} */

#MagnumTxtCover{
  margin-left: -200px;
  margin-top: 50px;
}