@media (min-width: 992px) {
  .article-item-wrapper {
    width: 25%;
  }
}

.navbar__brand-logo-img {
  max-width: 3rem;
}

@media (min-width: 1200px) {
  .navbar__brand-logo-img {
    max-width: 6rem;
  }
}

@media (min-width: 1200px) {
  .navbar__brand-logo-img {
    max-width: 20rem;
    max-height: 6rem;
    position: absolute;
    top: -30px;
    left: 20px;
  }
}

.motive {
  height: 25rem;
}

.motto__title {
  margin-bottom: 0;
  margin-top: 5rem;
}

.motive__overlay {
  background: rgba(0, 0, 0, 0.3);
}


.rubric .main {
  padding-bottom: 3rem !important;
} 

.article-item__img, .product-item__img, .category__img {
  width: unset;
}

.category__img-wrapper {
  max-height: unset;
}

.category__title {
  font-size: 1.5rem;
}

.carousel-control-prev-icon,.carousel-control.left .glyphicon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon,.carousel-control.right .glyphicon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}