.tcl-image-video__image {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  margin-bottom: 30px;
}
.tcl-image-video__image .tcl-picture {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.tcl-image-video__image .tcl-picture img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
}
.tcl-image-video__video {
  margin-bottom: 30px;
}
.tcl-image-video__date {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  margin-bottom: 20px;
}
.tcl-image-video__description {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #ffffff;
}

.tcl-section--light .tcl-image-video__date {
  color: #111111;
}
.tcl-section--light .tcl-image-video__description {
  color: #111111;
}