.lt-modal {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9000;
}

.lt-modal__overlay1 {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.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__wrapper {
      left: 0;
  top: 0;
  right: 0;
  bottom: 0;

}

.lt-modal__button {
  width: 1.8em !important;
}

.lt-video-item-link {
  border-radius: 8px;
}

.lt-video-item-link:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  width: 0;
  height: 0;
  font-size: 0;
  content: "";
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 30px 0 30px 60px;
  transition: transform 0.6s ease;
  transform: translate(-50%, -50%);
}

.lt-video-item-link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  content: "";
  background-color: rgba(0, 0, 0, 0.15);
}

.lt-video-item-link:active:before,
.lt-video-item-link:hover:before {
  transform: translate(-50%, -50%) scale(1.1);
}

@media (max-width: 480px) {
  .lt-video-item-title {
    margin-top: 6px;
  }
}

iframe {
    border: 0;
}
