.mri {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 35px;
  background-color: #e7f3ff;
}

.bg {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(#e8f5fd, #b8def1);
  z-index: -1;
  pointer-events: none;
}

.topshadow {
  background: linear-gradient(rgba(0,0,0,0.6), transparent);
  position: absolute;
  top:0;left:0;right:0;height:10px;
  z-index: 99;
  pointer-events: none;
}

.imgbg {
  position: fixed;
  left: 250px;
  width: 500px;
  top: 0;
  height: 100%;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;

  img {
    max-width: 100%;
    max-height: 100%;
  }
}