.gform-theme--framework .img-select-wizard .ginput_container .gfield_radio {
  display: flex;
  flex-direction: row;
  align-content: stretch;
  gap: 10px;
  flex-wrap: nowrap;
}

.gform-theme--framework .img-select-wizard .ginput_container .gfield_radio .gchoice {
  width: 100%;
  max-width: 340px;
  /* display: contents; */
}

.gform-theme--framework .img-select-wizard .ginput_container .gfield_radio .gchoice>span {
  /* max-width: unset; */
  width: auto;
  /* background: #fff; */
}

.gform-theme--framework .img-select-wizard .ginput_container .gfield_radio .gchoice .gfield-choice-input {
  display: none
}

.gform-theme--framework .html-video {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  grid-column: span 4 !important;
}

.gform-theme--framework .img-premises-select,
.gform-theme--framework .img-carton-select,
.gform-theme--framework .img-clip-select {
  grid-column: span 8 !important;
}