<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.api-bnr-c &gt; div {
  margin: 30px -5px 0px -5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.api-bnr-c &gt; div a {
    box-sizing: border-box;
    width: calc(100% / 2);
    padding: 5px; }
    .api-bnr-vod-d &gt; div a img {
    width: 100%;
    height: auto; }

.api-bnr-c &gt; div a img {
  width: 100%;
  height: auto;
}
</pre></body></html>