body.path-webform {
    #webform-submission-talent-form-ajax {
        .hero .container {
            background-image: url('/themes/custom/mycustom_theme/images/talent-footballer.png');
            background-size: 60%;
            /* opacity: 0.1; */
            background-position: 100% 10%;
            background-repeat: no-repeat;
            /* background-color: unset; */

            > .section {
                background: unset;
                padding: 0px;
                margin: 0px;
            }

            form.webform-submission-add-form {
                > div {
                    float: left;
                    margin-right: 15px;
                }

                .webform-type-radios {
                    display: none;
                }

                #edit-actions {
                    button {
                        height: 45px;
                        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
                    }
                }
            }
        }
    }
}