.news-bg{margin-top:-3em;background-image:url(../image/newsletter-2123474__340.jpg);background-size:cover;background-repeat:no-repeat;width:100%;height:500px}

.container {
    position: relative;
    text-align:start;
    width: 100%;
  }
  
  .bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
  }
  
  .top-left {
    position: absolute;
    top: 8px;
    left: 16px;
  }
  
  .top-right {
    position: absolute;
    top: 8px;
    right: 16px;
  }
  
  .bottom-right {
    position: absolute;
    bottom: 8px;
    right: 16px;
  }
  
  .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .bannertext {
    padding-top: 7em;
    margin-right: 20em;
    color: #fff!important;
}

@media only screen and (max-width:400px){

.news-bg{background-size:auto;height:150px!important; margin-left: auto;margin-right: auto;width: 100%;}

iframe{width:325px;height:325px}

}

.bannertext {
    padding-top: 7em;
    margin-right: 20em;
    color: #fff!important;
}