 @media only screen and (min-width: 1375px) {
.webform-submission-form {
    background-image: url(/themes/face.webp);
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: 50vw;
    background-color: #f7f7f7;
    padding: 40px;
    
    }
.webform-submission-form #edit-name,
.webform-submission-form #edit-surname,
.webform-submission-form #edit-e-mail,
.webform-submission-form #edit-what-organisation-do-you-work-for

{
width: 41vw;
}    
}