.banner-container {
  position: relative;
  overflow: hidden;
}

.image-slider-container {
  display: flex;
}

.banner-slider-redirect {
  position: absolute;
  right: 0px;
  bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;

  @media screen and (width >= 991px) {
    right: 40px;
  }
}

.banner-slider-video {
  display: block;
  width: 100%;
  height: 793px;
  max-height: 793px;
  object-fit: cover;
}

.banner-slider-logo {
  width: 50%;

  @media screen and (width >= 991px) {
    max-width: 190px;
    width: 100%;
  }

  @media screen and (width >= 1440px) {
    max-width: 220px;
    width: 100%;
  }

  @media screen and (width >= 1600px) {
    max-width: 275px;
  }

  @media screen and (width >= 2000px) {
    max-width: 328px;
  }
}

.banner-slider-redirect__label {
  background: #001e00;
  color: #fff;
  padding: 10px 50px;
  margin: 0;
  line-height: normal;
  font-size: 16px;

  &:hover {
    background: #001e00;
  }

  @media screen and (width >= 1600px) {
    font-size: 25px;
  }

  @media screen and (width >= 2000px) {
    font-size: 30px;
  }
}
