#index #motive {
  display: block;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  height: 85vh;
  min-height: 590px;
  background-position: center center;
  text-align: center;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.6);
  max-height: 1000px;
}

@media (min-width: 992px) {
  body:not(#index):not(.product-detail):not([class*="rubric-"]) #motive {
    height: 950px;
  }
  body:not(#index):not(.product-detail):not([class*="rubric-"]) h1.page-title {
    text-align: left;
    margin-top: -305px;
    margin-bottom: 230px;
  }
  body:not(#index):not(.product-detail):not([class*="rubric-"]) h1.page-title:after {
    margin-left: 0 !important;
  }
  body:not(#index):not(.product-detail):not([class*="rubric-"]) .section-container h1.page-title {
    margin-top: -330px;
  }