.aspect-ratio-frame .media--blazy {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.b-lazy {
  opacity: 1;
}

/** This is the selector blazy uses to style the loading throbber. */
.is-b-loading:not([data-animation])::before {
   background: none;
}
