/* Please define your custom styles here */
.pickparent {
  position: relative;
  top: 0;
  left: 0;
}
.pickpicker {
  position: relative;
  top: 0;
  left: 0;
}
.pickimage {
  filter: grayscale(100%);
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 180px;
  max-width: 180px;
  z-index: 1;
}
.stimulusimage{
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; 
  max-height: 40%;
  max-width: 40%;
}