form .step-actions.justified{
  display: flex;
  justify-content: space-between;
}

input#website{
  display: none;
}

form .answer{
  border: 1px solid #dedede;
  margin-bottom: 10px;
  border-radius: .25rem!important;
  padding: 15px;
}

form .answer.row{
  margin-left: 0;
  margin-right: 0;
}

form .answer.blue-selected {
  background: #47b2e2;
  border-color: #47b2e2;
  color: #fff!important;
}

form .answer img {
  /* width: 25%; */
  border-radius: .25rem!important;
  align-self: center;
}

form .answer .answer-text {
  align-self: center;
  border: none;
}

#wizardForm .step-group .answers .answer .answer-text{
  border: none;
  margin-bottom: 0;
  padding: 0;
}

.content-wrapper img{
  margin-top: 8px;
  border-radius: .25rem;
}

#video_rec{
  max-width: 100%;
  width: 600px;
  height: auto;
}
