/* @content-iframe */
.contentiframe {
  text-align: center;
  iframe {
    width: 100%;
    height: auto;
    border: none;
    outline: none;
    max-width: 1150px;
    margin: 0 auto;
    overflow: hidden;
  }
}
