* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body {
    overflow: hidden;
}

.widget-container {
    height: 225px;
    max-width: 1070px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.cta {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}