.Banner {
  position: relative;
  height: 47vw;
  max-height: 672px;
  max-width: 1920px;
  margin: 0 auto;

  div {
    height: 100%;
    background: center center no-repeat;
    background-size: cover;
    color: #fff;

    &._mb {
      display: none;
    }
  }
}
