.video-content {
  padding-bottom: 80px;
  padding-top: 0px;
}

.video-content .videos-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 991px;
  margin: 0 auto;
}

.video-col {
  width: 100%;
  padding: 10px;
  margin-bottom: 30px;
}

.video-col .ratio iframe {
  border-bottom-left-radius: 24px;
}

.video-col p {
  text-align: center;
  font-size: 24px;
  color: #444395;
  margin-top: 8px;
}

@media (max-width: 991px) {
  .video-col {
    width: 100%;
    margin-bottom: 20px;
  }
  .video-col p {
    font-size: 18px;
  }
  .video-content {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
.page-template-page-our-journey #video-explainer {
  margin-bottom: -40px;
}

.page-template-page-sustainability #video-explainer {
  margin-top: 80px;
}

.page-template-page-research-development #video-explainer {
  margin-bottom: -40px;
}

.btn-watch-tlea-video {
  color: #444395;
  text-decoration: none;
  font-family: "tussilago", Helvetica, Arial, sans-serif;
  font-style: italic;
  display: flex;
  flex-direction: row;
  font-size: 20px;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  margin-top: 32px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}

.btn-watch-tlea-video span {
  font-size: 20px;
  color: #444395;
  text-decoration: none;
  font-family: "tussilago", Helvetica, Arial, sans-serif;
  font-style: italic;
}

@media (max-width: 767px) {
  .btn-watch-tlea-video {
    font-size: 18px;
  }
  .btn-watch-tlea-video img {
    width: 16px;
  }
}
.btn-watch-tlea-video img {
  margin-right: 20px;
  width: 18px;
  margin-top: 2px;
}

#TELAVideoModal {
  background-color: rgba(0, 0, 0, 0.7);
}

#TELAVideoModal .modal-content {
  background-color: transparent;
  border-radius: 0;
  border: 0;
}

#TELAVideoModal .modal-header {
  border-bottom: 0;
}

#TELAVideoModal .modal-header .close {
  margin-left: auto;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 8px;
}

#TELAVideoModal .modal-header .close img {
  width: 24px;
  height: 24px;
}/*# sourceMappingURL=video.css.map */