.cci-frame-container {
  position: relative;
  height: 100px; /* width of loader image */
  width: 100%;
  overflow: hidden;
}
 
.cci-frame-container iframe {
  border: 0px;
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.cci-frame-loader {
  display:none;
}