.newsletter{
    max-width:100%;
    position:relative;
  background:#FAFAFA;
}

.newsletter .page-width{
    padding:50px 30px;
}

.newsletter__thumbnail img{
    position:absolute;
    top:0;
    right:0;
    height:100%;
  padding:20px 0;
}

.newsletter .klaviyo-form{
    position:relative;
    z-index:2;
}

@media only screen and (max-width:1250px){
    .newsletter__thumbnail{
        opacity:.3;
    }
}