/* CSS Reset */
body {
  margin: 0;
  font-size: 13.5pt;
}

#hero-link {
  display: flex;
  text-decoration: none;
  flex-direction: column;
}

#hero-link h1 {
  display: none;
}

#hero-link img {
  width: 100%;
}

#hero-link img:hover {
  content: url(/images/Wigpool-Formations-fodccag-.jpg);
}

#hero-link p {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  text-align: center;
  background-color: yellow;
}

@media screen and (min-aspect-ratio: 1/1) {
  #hero-link img {
    margin: 0 auto;
    width: 1233px;
  }
}
