.alb-banner {
  width: 100%;
  flex-shrink: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -ms-background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  background-color: #77777752;
}

@keyframes animationShimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}

.animation--shimmer {
  animation: animationShimmer 2s infinite linear;
  background: linear-gradient(to right, #eff1f3 4%, #e2e2e2 25%, #eff1f3 36%);
  background-size: 1000px 100%;
}

.alb-banner__logo {
  background-image: url(../img/logo.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 260px;
  height: 55px;
  position: relative;
  z-index: 5;
}

.alb-banner__background {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.alb-banner__background-image {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.alb-banner__info {
  position: relative;
  z-index: 100;
}

.alb-banner__title {
  font-family: MullerExtraBold, serif;
  font-style: normal;
  font-weight: bold;
  color: #ffffff;
}

.alb-banner__text {
  font-family: Open Sans, serif;
  font-style: normal;
  font-weight: normal;
  color: #ffffff;
}

.alb-banner__corner-gradient {
  background-image: url(../img/back_corner.svg);
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  opacity: 0.4;
}

.alb-banner__pagination {
  display: none;
  position: absolute;
  left: 70px;
  bottom: 85px;
  width: 96px;
  height: 21px;
  background-image: url(../img/slider-paginate.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -ms-background-position: center;
  cursor: pointer;
}

.alb-banner__locale {
  display: none;
}

@media screen and (min-width: 1366px) {
  .alb-banner {
    padding: 70px;
  }
  .alb-banner__title {
    font-size: 80px;
    line-height: 80px;
    margin: 0 0 25px 0;
  }
  .alb-banner__text {
    font-size: 30px;
    line-height: 41px;
  }
}

@media screen and (max-width: 1365px) {
  .alb-banner {
    padding: 50px;
  }
  .alb-banner__title {
    font-size: 60px;
    line-height: 60px;
    margin: 0 0 18px 0;
  }
  .alb-banner__text {
    font-size: 26px;
    line-height: 36px;
  }
}

@media screen and (max-width: 1150px) {
  .alb-banner {
    padding: 30px;
  }
  .alb-banner__title {
    font-size: 46px;
    line-height: 46px;
  }
  .alb-banner__text {
    font-size: 22px;
    line-height: 24px;
  }
}

@media screen and (max-width: 1023px) {
  .alb-banner {
    width: 100%;
    min-height: 270px !important;
    padding: 33px 20px 20px 20px;
    position: relative;
    flex-grow: 1;
  }
  .alb-banner__logo {
    width: 128px;
    height: 27px;
  }
  .alb-banner__title {
    font-size: 26px;
    line-height: 26px;
    margin: 0 0 12px 0;
  }
  .alb-banner__text {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
  }
  .alb-banner__corner-gradient {
    height: 325px;
    background-size: cover;
  }
  .alb-content {
    width: 100%;
    padding: 25px 20px 30px 20px;
    position: relative;
  }
  .alb-banner__pagination {
    left: 20px;
    bottom: 32px;
    width: 44px;
    height: 9px;
  }
  .alb-banner__locale {
    display: flex;
    position: absolute;
    top: 26px;
    right: 26px;
    z-index: 100;
  }
  .alb-banner__background {
    height: 100%;
  }
  .alb-banner__background-image {
    height: 100%;
  }
}
