


.categorySplash {
  --countdownPush-media-width: 100%;
  --countdownPush-media-height: 100%;
  width: 100%;
  height: 100vh;
}
.categorySplash__wrapper {
  display: flex;
  height: 100%;
}
.categorySplash__wrapper__left, .categorySplash__wrapper__right {
  width: 50%;
  height: 100%;
}
.categorySplash__wrapper--figure {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.categorySplash__wrapper--figure .categorySplashBtn {
  margin-bottom: 7rem;
  padding-left: 4rem;
  padding-right: 4rem;
}
.categorySplash__wrapper__media {
  width: var(--countdownPush-media-width);
  height: var(--countdownPush-media-height);
  object-fit: cover;
  object-position: center;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .categorySplash__wrapper {
    flex-direction: column;
  }
  .categorySplash__wrapper__left, .categorySplash__wrapper__right {
    width: 100%;
    height: 50%;
  }
}