.hero {
  background-image: var(--hero-image);
  background-position: center;
  background-size: cover;
}

.hero-mask {
  background-color: rgba(0, 0, 0, 0.6);
}

.elmasgunes-container {
  font-family: 'Avenir Next', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 0.875rem;
  line-height: 1.2rem;
  margin-block: 0.5rem;
  text-align: center;
}

.elmasgunes-container span {
  opacity: 0.5;
}

.elmasgunes-container a {
  border-radius: 0.25rem;
  color: inherit;
  display: inline-block;
  margin-inline: 0.25rem;
  opacity: 0.5;
  padding: 0.25rem;
  text-decoration: none;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.6, 1), background-color 0.5s cubic-bezier(0.4, 0, 0.6, 1);
}

.elmasgunes-container a:hover {
  background-color: rgba(45, 145, 245, 0.2);
  opacity: 1;
}

.elmasgunes-container a img {
  vertical-align: text-top;
}