/* Logo override */
.mxd-header__logo .mxd-logo__image {
  width: 250px;
  height: auto;
  max-width: none;
}

.mxd-hero-02-marquee .marquee__text {
  margin-top: 180px;
  }

  .marquee__image {
  margin-top: 180px;
  }

  .bg-accent{
    background-color: #d4627d !important;
  }

  
.footer-brand-text {
  font-family: 'TT Chocolates', sans-serif;
  font-weight: 700;
  font-size: clamp(6rem, 20vw, 22rem); /* skalira se kao rayo */
  line-height: 0.9;
  text-align: center;
  text-transform: lowercase;

  color: #d4627d;

  width: 100%;
  white-space: nowrap;

  display: flex;
  justify-content: center;
  align-items: center;
}

.mxd-block__inner-headline .btn-line-headline .btn-caption {
  font-size: 9rem;
}

.mxd-hero-02-marquee__image img {
    width: 150%;
    max-width: none;
    position: relative;
    left: -25%;
    top: -20%;
    transform: translateX(-50%);
  }



@media (max-width: 768px) {

  .mxd-header__logo .mxd-logo__image {
  width: 170px;
  height: auto;
  max-width: none;
}

.mxd-hero-02-marquee__image img {
    width: 170%;
    max-width: none;
    position: relative;
    left: -35%;
    top: -20%;
    transform: translateX(-50%);
  }

  .mxd-hero-02-marquee .marquee__text .marquee__image {
  margin-top: 160px;
  }

    .marquee__image {
  margin-top: 160px;
  }

   .hide-on-mobile {
    display: none !important;
  }

  .portrait-03 { order: 1; }
  .landscape-01 { order: 2; }
  .portrait-01 { order: 3; }

   .mxd-promo__images {
    display: block !important;
  }

  .mxd-block__inner-headline .btn-line-headline .btn-caption {
  font-size: 2.5rem;
}

}
