* {
    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;
}

.widget-container a img {
  width: 100%;
  height: auto;
}

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

.cta-2 {
  position: absolute;
    width: 310px;
    height: 40px;
    bottom: 34px;
    left: 270px;
    right: 0;
    z-index: 10;
}