.nw-productcarouselcomponent {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100%;
  height: 100%;

  @media screen and (min-width: $screen-min-sm) {
    min-height: 400px;
  }
  @media screen and (max-width: $screen-max-xs) {
    min-height: 450px;
    
    &.nw-mt-brandmastertemplate3 {
      align-items: flex-start;
      min-height: auto;
      padding: 0;
    }
  }
}
