/* .hero-screen {
  height: 100vh;
  background: url("../../img/hero-bg.png") no-repeat center / cover;
}

.hero-slider {
  height: 100%;
  width: 100%;
  top: 0;
  position: fixed;
  background: #000;
  visibility: hidden;
  z-index: 200;
}

.swipe-section {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: visible;
}

.swipe-section .panel {
  position: absolute;
  height: 100%;
  color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
}

.panel-title {
  font-family: Bebas Neue;
  font-size: 102px;
  line-height: 1;
  text-transform: uppercase;
  overflow: hidden;
}

.panel__text {
  display: flex;
  flex-direction: column;
}

.panel-title__wrap {
  overflow: hidden;
}

.panel-text__wrap {
  overflow: hidden;
} */
