.ttlp-videos-wrap {
  display: block;
}

.ttlp-fullbleed {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  margin-bottom: 24px;
}

.ttlp-lite {
  max-width: 500px;
  margin: 0 auto;
  position: relative;
}

.ttlp-lite-btn {
  all: unset;
  display: block;
  width: 100%;
  cursor: pointer;
  position: relative;
}

.ttlp-lite-poster,
.ttlp-fallback-poster {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  border: 0;
}

.ttlp-lite-poster {
  object-fit: cover;
}

.ttlp-fallback-poster {
  background: #111;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}

.ttlp-lite-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 64px;
  line-height: 1;
  background: rgba(0,0,0,0.45);
  color: #fff;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
