/*zobrazení motivu jen na úvodní stránce*/
body:not(#index) .motive,
body:not(#index) .motive.fullscreen {
  display: none;
}

/* zobrazení počtu produktů v e-shop menu */
.eshop-menu__count {
  display: none;
}

/**/
.motive {
  max-height: unset;
}

.motive:not(.fullscreen)>.section-carousel .carousel {
  max-height: 100%
}

.motive:not(.fullscreen)>.section-carousel .carousel-item img,.motive:not(.fullscreen)>.section-carousel .carousel-inner .item img,.carousel-inner .motive:not(.fullscreen)>.section-carousel .item img {
  max-height: 100%;
}

@media (min-width:992px) {
.motive {
    height: 50rem;
  } }