iframe.also-on-cbc {
  display: block;
  position: relative;
  width: 100%;
  height: 180px;
  overflow: hidden;
  border: none;  
}

.globalfooter {
  display: block;
  position: relative;
  
}

.funded-content {
  display: block;
  position: relative;
  width: 100%;
  background-color: #000;
  padding: 0.5rem 0;
  margin: 0;
  text-align: center;
}
.funded-content figure {
  display: inline-block;
}
.funded-content figure img {
  max-height: 2rem;
  width: auto;
}
.funded-content figure figcaption {
  display: block;
  position: absolute;
  left: -10000px;
  top: 0;
}
