.lt-modal {
  max-width: 980px;
  width: 100%;
  border: 0;
  padding: 0;
  background-color: transparent;
}

.lt-modal__ratio {
  position: relative;
  width: 100%;
}

.lt-modal__ratio::before {
  display: block;
  padding-top: 56.25%;
  content: "";
}

.lt-modal__ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lt-modal iframe {
  border: 0;
}

.lt-modal__actions {
  display: flex;
  justify-content: flex-end;
}
.lt-modal__close {
  color: #fff;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  box-shadow: none;
  touch-action: manipulation;
  font-size: 2rem;
}

.lt-modal__icon line {
  stroke: #fff;
  stroke-width: 2px;
}

.lt-modal::backdrop {
  background: rgb(0 0 0 / 0.7);
}

.promoted-articles__title {
  margin-bottom: 40px;
}

@media (max-width: 1440px) {
  .lt-modal {
    max-height: 100vh;
  }
}

/* @media (max-width: 768px) {
    .video-container__item {
      width: 50%;
    }
  }
  
  @media (max-width: 479px) {
    .video-container__item {
      width: 100%;
    }
  } */

.video-container {
  position: relative;
  /* width: 100%; */
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  padding: 0;
  margin-left: -24px;
  margin-right: -36px;
}

.video-container.active {
  cursor: grab;
}

.video-container.active .video-container__item {
  pointer-events: none;
}

.video-container__item {
  display: inline-block;
  margin-left: 24px;
  user-select: none;
  vertical-align: top;

  width: 50%;
  /* height: 130px; */
  font-weight: bold;
}

.video-container__item p {
  white-space: normal;
}

.video-container__item:last-child {
  margin-right: 24px;
}

@media screen and (min-width: 500px) {
  .video-container__item {
    width: 67%;
  }
}

@media screen and (min-width: 800px) {
  .video-container__item {
    width: 40%;
  }
}

@media screen and (min-width: 1200px) {
  .video-container__item {
    width: 27%;
  }
}
