.iframe-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.iframe-element {
  height: 720px;
  width: 100%;
  border: none;
}
@media (max-width: 991.98px) {
  .iframe-element {
    max-width: 100% !important;
  }
}

.iframe-aspect-enabled {
  position: relative;
  width: 100%;
}
.iframe-aspect-enabled .iframe-element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.iframe-aspect-1-1 {
  position: relative;
  width: 100%;
  padding-top: 100%;
}

.iframe-aspect-4-5 {
  position: relative;
  width: 100%;
  padding-top: 125%;
}

.iframe-aspect-16-9 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.iframe-aspect-21-9 {
  position: relative;
  width: 100%;
  padding-top: 42.86%;
}

/*# sourceMappingURL=./iframe.css.map*/