/* Rotate the hero.png image 30 degrees to the right */
.banner__thumb img {
  transform: rotate(0deg);
}
