.banner__title,
.galery_events__title {
  font-family: 'Budweiser Serif';
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 50px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #ffffff;
}
.banner img {
  width: 100%;
}

#opentable-widget {
  background-color: #0a0541;
  text-align: center;
  padding: 5%;
}
#opentable-widget h2 {
  font-family: 'Budweiser Serif';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0.02em;
}
.video {
  padding: 6rem 0 0rem 0;
}

.video .events__layer {
  position: absolute;
  right: 0;
  top: 47rem;
  width: 100%;
  height: 10rem;
  background-color: white;
  z-index: 1;
  -webkit-transform: skewY(7deg) scaleY(2) translateY(-2%);
  transform: skewY(-169deg) scaleY(2) translateY(-2%);
}
.galery_events {
  background-color: #cf0a2c;
}
.container.galery_events__content {
  top: 10rem;
}
.galery_cards-item__title {
  font-family: 'Budweiser Serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  font-size: 24px !important;
  line-height: 24px !important;
  display: flex;
  align-items: flex-end;
  letter-spacing: 0.03em !important;
}
.cards-item__text {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}

@media only screen and (max-width: 600px) {
    .container.galery_events__content {
        top: 4rem !important;
      }
  .galery_events__title {
    top: 4rem;
    position: relative;
  }
  .galery_cards-item__title {
    font-family: 'Budweiser Serif' !important;
    font-style: normal;
    font-weight: 700 !important;
    font-size: 24px !important;
    line-height: 24px !important;
    display: flex;
    align-items: flex-end;
    letter-spacing: 0.03em !important;
  }
  .cards-item__text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
  }
  .banner__title.mxbudqtr-home {
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
  }
  .galery_events {
    height: 65rem;
  }
  .video_left {
    width: 100%;
    top: 15rem;
    position: relative;
  }
  .banner__title.mxbudqtr-home {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
  }

  .events__layer {
    top: 66rem !important;
  }
  .video_left {
    width: 100% !important;
  }
  .video {
    height: 39rem !important;
  }
  .video .video__icon {
    top: 26% !important;
    left: 49% !important;
  }
}
