.flash {
  position: relative;
}

.flash:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("../images/flash") no-repeat 50% 50%;
  background-size: cover;
  background-color: #e3e3e3;
}

.flash .component-content {
  min-height: 200px;
}

.flash .flash-replaced embed {
  min-height: 200px;
  display: none;
}
