.hero-wide .hero-asset picture img, .hero-wide .hero-asset figure img, .hero-wide .hero-asset div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.user-is-tabbing :focus {
  outline: 1px dotted currentColor;
  outline-offset: 2px; }

.hero-wide .hero-asset.contextual-region {
  position: initial; }

.hero-wide .hero-asset picture, .hero-wide .hero-asset figure, .hero-wide .hero-asset div {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0; }
  .hero-wide .hero-asset picture img.loaded, .hero-wide .hero-asset figure img.loaded, .hero-wide .hero-asset div img.loaded {
    display: block; }

.hero-wide .hero-asset.mask picture:before, .hero-wide .hero-asset.mask figure:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5); }
