#iframe {
  margin-top: 0;
}
#iframe .content-box {
  padding: 10px;
}
#iframe .photo {
  max-width: 170px;
  width: 100%;
}
#iframe .button {
  min-width: 50px;
}
#iframe .iframe-items .flexbox {
  gap: 10px;
}
#iframe .iframe-items .item {
  line-height: 1.5;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 20px) / 3);
          flex: 0 0 calc((100% - 20px) / 3);
  border: 1px solid #ccc;
  padding: 5px;
}
@media screen and (min-width: 743px) {
  #iframe .iframe-items .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 30px) / 4);
            flex: 0 0 calc((100% - 30px) / 4);
  }
}
@media screen and (min-width: 992px) {
  #iframe .iframe-items .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 50px) / 6);
            flex: 0 0 calc((100% - 50px) / 6);
  }
}
#iframe .iframe-items .item a {
  text-decoration: none;
}
#iframe .iframe-items .item-photo {
  margin-bottom: 10px;
}/*# sourceMappingURL=iframe.css.map */