/*
Theme Name: Inspiro Child
Theme URI: https://www.wpzoom.com/themes/inspiro
Template: inspiro
Description: Public Goods Group's child theme of Inspiro by WPZOOM.
Author: WPZOOM
Author URI: https://www.wpzoom.com
Version: 1.0
*/

/* Write your custom CSS code below or add it in the Customizer > Additional CSS */
/* .tableauPlaceholder {
  height:852px !important;
  margin:auto;
  >iframe {
    width:700px !important;
    margin:auto !important;
  }
} */
.tableauPlaceholder {
  height: 1149px !important;
}
.tableauPlaceholder >iframe {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  height: auto;
  box-sizing: border-box;
  display: block;;
}

@media screen and (min-width: 500px) {
  .tableauPlaceholder {
    height: 1149px !important;
    margin:auto;
    width:500px;
  }
  .tableauPlaceholder >iframe {
    width:500px !important;
    margin:auto !important;
  }
}

@media screen and (min-width: 950px) {
  .tableauPlaceholder {
    height:850px !important;
    margin:auto;
    width:950px !important;
    
  }
  .tableauPlaceholder >iframe {
    width:950px !important;
  }
 
}

