div.webforms-container {
	border: none;
	background-color: #f6f7f8;
}

li.mwf-field .mwf-input fieldset {
  display: contents;
}

li.mwf-field .mwf-input {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding-right: 5%;
}

li.mwf-field img {
	width: 65%;
	margin: 10% 20% 10% 15%;
}

li.mwf-field .mwf-input fieldset .mwf-option {
  color: white;
  background-color: #000;
  min-width: 100%
} 

@media (min-width: 576px) { 
  li.mwf-field .mwf-input fieldset .mwf-option {
    min-width: calc(25% - 1em);
  }
}


li.mwf-field .mwf-input fieldset .mwf-option label {
  width: 100%;
  height: 100%;
  padding: 1em;
} 

li.mwf-field .mwf-input fieldset .mwf-option label:hover {
  text-decoration: underline;
} 


li.mwf-field .mwf-input .mwf-upload {
  flex-grow: 1;
}

li.mwf-field .mwf-input a img[id^='captcha'] {
  margin-bottom: 1em;
}