.bc-fp-imgbreak {
  padding: 0 2.5rem;
}

.bc-fp-imgbreak-box {
  max-width: var(--bc-max-width);
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  min-height: 420px;
  background-color: var(--bc-blue);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bc-fp-imgbreak-box::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--bc-blue);
  opacity: 0.55;
  mix-blend-mode: multiply;
}

@media (max-width: 900px) {
  .bc-fp-imgbreak { padding: 0 1.25rem; }
  .bc-fp-imgbreak-box { min-height: 300px; border-radius: 16px; }
}

@media (max-width: 480px) {
  .bc-fp-imgbreak { padding: 0 1rem; }
  .bc-fp-imgbreak-box { min-height: 220px; border-radius: 14px; }
}
