.list-semantic__video {
  height: 100%;
}

.section-video--with-signature {
  flex-direction: column;
  height: auto !important;
  max-height: none !important;
  min-height: auto !important;
  flex-direction: column !important;
}
.section-video--with-signature > a {
  height: 549px !important;
  max-height: 549px !important;
  min-height: 549px !important;
  @media (max-width: 576px) {
    height: auto !important;
    max-height: none !important;
    min-height: auto !important;
  }
}
.section-video__signature {
  font-size: 20px;
  font-weight: 700;
  display: block;
  padding-top: 12px !important;
  text-align: center;
}
@media (max-width: 1240px) {
  .section-video__signature {
    font-size: 17px;
    font-weight: 400;
    line-height: 140%;
  }
}