.bm-home-releases,
.bm-home-releases * {
  box-sizing: border-box;
}

.bm-home-releases {
  width: 100%;
  max-width: 62rem;
  margin: 0 auto 2.5rem;
  padding: clamp(1.25rem, 4vw, 2.5rem) clamp(0.875rem, 4vw, 2rem);
  border: 0;
  background: transparent;
}

.bm-home-releases-heading {
  margin: 0 0 clamp(2rem, 5vw, 3rem);
  text-align: center;
  font-size: clamp(1.75rem, 5vw, 2.25rem);
  font-weight: 800;
}

.bm-home-video-list {
  display: grid;
  width: 100%;
  gap: clamp(2.75rem, 6vw, 4rem);
}

.bm-home-video-item {
  display: block;
  width: 100%;
  max-width: 52rem;
  min-width: 0;
  margin-right: auto;
  margin-left: auto;
  padding: 0 0 1.5rem;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0;
  background: transparent;
  overflow: visible;
}

.bm-home-video-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.bm-home-video-frame {
  position: relative;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 0.75rem;
  background: #000;
  box-shadow: 0 0.75rem 1.75rem rgba(0, 0, 0, 0.22);
}

.bm-home-video-frame iframe {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}

.bm-home-video-meta {
  width: 100%;
  min-width: 0;
  margin-top: 0.75rem;
  padding: 0;
}

.bm-home-video-title {
  width: 100%;
  margin: 0;
  color: inherit;
  font-size: clamp(0.95rem, 2vw, 1.05rem);
  font-weight: 700;
  line-height: 1.5;
  overflow: visible;
  overflow-wrap: anywhere;
  word-break: normal;
  white-space: normal;
  opacity: 0.94;
}

.bm-home-video-empty {
  width: 100%;
  max-width: 52rem;
  margin: 0 auto;
  padding: 1.125rem;
  text-align: center;
  opacity: 0.82;
}

@supports not (aspect-ratio: 16 / 9) {
  .bm-home-video-frame {
    height: 0;
    padding-top: 56.25%;
  }
}
