.shorts-wrapper--on {
  margin: -153px auto 0;
  max-width: 1150px;
  opacity: .9;
}
.shorts-box {
  position: relative;
  overflow: hidden;
}
.shorts-box__close-modal {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  cursor: pointer;
  display: none;
}
.kond-shorts-modal .shorts-box__close-modal {
  display: block;
}
.shorts-box__wrapper {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  padding-bottom: calc(var(--aspect-ratio--wrapper, .5625) * 100%);
  height: 0;
}
.shorts-box__thumb-wrapper {
  position: relative;
  padding-bottom: calc(var(--aspect-ratio--wrapper, .5625) * 100%);
  height: 0;
  display: none;
}
.shorts-box__thumb-wrapper--active {
  display: block!important;
}
.shorts-box__thumb-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.shorts-box__info {
  background-image: linear-gradient(
    to bottom,
    rgba(33, 30, 22, 0) 0%,
    rgba(33, 30, 22, 0.8) 100%
  );
  padding: 32px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: var(--kond-shorts-color);
  border-radius: 8px;
  z-index: 1;
}
.shorts-box__taxonomy {
  font-size: 12px;
  display: none;
  margin: 12px 0;
}
.shorts-box__taxonomy .news-box__category {
  padding: 4px 8px;
  margin: 0;
}
.shorts-box__title {
  font-size: 24px;
  line-height: 1.17;
  letter-spacing: -0.72px;
}
.shorts-box__video {
  display: none;
  height: 432px;
  width: 259px;
}
.shorts-box__video--active {
  background: #000;
  display: block!important;
  pointer-events: none;
}
.shorts-box__video-id {
  display: none;
}
#kondShorts .shorts-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
#kondShorts .shorts-wrapper .shorts-box:nth-child(odd) {
  margin-top: 40px;
}
.kond-shorts-slider-wrapper .shorts-box__info {
  bottom: 0;
  /* display: none; */
}
.kond-shorts-slider-wrapper .shorts-box__taxonomy {
  display: flex;
  align-items: center;
  gap: 8px;
}

@media only screen and (max-width: 767px) {
  #kondShorts {
    padding: 0 0 0 27px;
  }
  #kondShorts .custom-title {
    padding-right: 27px;
  }
  #kondShorts .custom-title__text {
    font-size: 40px;
    margin-bottom: 0;
  }
  .shorts-wrapper .shorts-box__title {
    font-size: 20px;
  }
  #kondShorts .shorts-wrapper  {
    width: 1000px;
    margin-top: 0;
  }
  #kondShorts .scroll-mobile {
    overflow-x: auto;
  }
}