/* TRAMONTINA ELEKTRIK */

.hero {
  background-image: url(../../images/tramontinaelektrik/hero.webp);
  background-repeat: no-repeat;
  background-size: cover;

  background-position: center;
  height: 150vh;
  height: 150svh;
  max-width: 100%;

  overflow-x: hidden;
}

.hero-logo {
  height: 6rem;
  width: 6rem;
}

.hero-title_custom-position {
  margin-left: 17.5%;
}

@media (max-width: 700px) {
  .hero-title_custom-position {
    margin-left: 0;
  }
}

.rotated {
  transform: rotate(10deg) scale(1.2);
  top: 0;
  left: 0;
}

.overlap {
  margin-top: -15%;
  margin-left: -10%;
}

.overlap-counter {
  margin-top: 15%;
}

.overlap-counter-sm {
  margin-top: 7.5%;
}

.overlap-md {
  margin-top: -12.5%;
}

/* for text */
.fs-5 {
  font-size: calc(0.3rem + 1.5vw) !important;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .fs-5 {
    font-size: 2rem !important;
  }
}
