.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);
}

