/* Scoped styles for video embed module */
.instron-video-embed .fl-node iframe {
    max-width: 100%;
    display: block;
}
.instron-video-embed .align-center {
    align-items: center;
}

.instron-video-embed {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 aspect ratio (9 / 16 = 0.5625) */
  overflow: hidden;
}
 
.instron-video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.instron-video-embed:has(.cookieconsent-optout-marketing) {
  padding-top: 0px;
  text-align: center;
}