.iFrame-wrapper {
  margin-right: auto;
  margin-left: auto;
}

.iFrame-frame {
  width: 100%;
  min-height: 300px;
  border: 0;
}

.iFrame--responsive {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.iFrame--responsive .iFrame-frame {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: auto;
}
