/* PriceSpide widget style. */
.wtb-widget-content {
  text-align: center;
}
.wtb-widget-content iframe {
  width: 100%;
  min-height: 980px;
  margin-top: 10px;
  border: 0;
}
@media (min-width: 1024px) {
  .wtb-widget-content iframe {
    width: 1026px;
  }
}
