/* Generated by vite-plugin-svg-spritemap */
.blast-protection__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.blast-protection .block-title {
  text-align: center;
}
.blast-protection .block-text {
  text-align: center;
  max-width: 41.875rem;
  font-size: 1rem;
}
.blast-protection__video {
  max-width: 68.75rem;
  width: 100%;
}

.youtube-embed {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 0.75rem;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.5);
}
.youtube-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}