.playgroundstructures_row_second_container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 30px;
}

.playground_structures_image,
.playground_structures_form {

}
.playground_structures_form #emf-form input,
.playground_structures_form #emf-form textarea{
    padding: 2px 5px!important;
}
@media (max-width: 768px) {
    .playgroundstructures_row_second_container {
        flex-direction: column;
    }
    .playground_structures_image,
    .playground_structures_form {
        max-width: 100%;
    }
}
