.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);
}
  
.video-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: calc(10px * -1);
  margin-left: calc(10px * -1);
  margin-top: 30px;
  padding: 0 !important;
  list-style: none;
}

.video-container__item {
  width: 25%;
  margin-bottom: 25px;
  padding-right: 15px;
  padding-left: 15px;
}

.featured-videos__title {
  margin: 0;
}

.video-container__item p {
  margin-top: 5px;
  margin-bottom: 0 !important;
}

@media (max-width: 768px) {
  .video-container__item {
    width: 50%;
  }
}

@media (max-width: 479px) {
  .video-container__item {
    width: 100%;
  }
}

.video-container template {
  display: none !important;
  width: 0 !important;
}