p > img { filter: brightness(123%) }
aside .Theropod_dinosaur {
  opacity: 1.0;
  z-index: 1;
}

@media only screen and (max-width: 600px) { /*ruler breakpoint*/
  aside .Theropod_dinosaur { display: none }
}