<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* breakpoints */
.iframe {
  padding: 15px 15px 15px 15px;
  position: relative;
}

.iframe:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("../images/iframe") #e3e3e3 center center no-repeat;
}

.iframe iframe {
  width: 100%;
}
</pre></body></html>