@media (min-width: 768px) {
  .header__logo {
    width: 58%;
    bottom: 7%;
  }
}
@media (min-width: 1300px) {
  .featured-category__title {
    font-size: 1.6rem;
  }
  .featured-category__link {
    min-height: 109px;
  }
}
/*& > div{
    display:none!important;
  }
  img {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
  }*/
@media (max-width: 767px) {
  .main-content__main,
  .main-content__center {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #BodyContent.pageContent.textContent,
  .lower-content.pageContent.textContent {
    -ms-hyphens: manual;
        hyphens: manual;
    word-wrap: break-word;
  }
}
.home-assets__wrapper:after,
.header__wrapper-bg,
.outer-wrapper--alt:before {
  will-change: transform;
}
