/**
 * Foundation for Sites by ZURB
 * Version 6.5.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.ad_iframe {
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 39.99875em) {
    .ad_iframe.ad_iframe_desktop {
      display: none; } }
  .ad_iframe.ad_iframe_mobile {
    display: none; }
    @media screen and (max-width: 39.99875em) {
      .ad_iframe.ad_iframe_mobile {
        display: flex; } }
  .ad_iframe * {
    max-width: 100%;
    height: auto; }
  .ad_iframe--w_scroll {
    position: sticky;
    top: calc(var(--headerHeight) + var(--toolbarOffset) + 20px); }

.block-mf-ads-v2-iframe:last-child {
  flex: 1; }
