.hhb_demos_cont {
  padding: 0.8vw;
  text-align: center;
}

.hhb_demos_hdr {
  display: block;
  margin: 0.3em 0 0.03em 0;
  font-size: 1.17em;
  font-weight: bold;
  padding: 0.6vw;
}

.hhb_demos_txt {
  padding: 0.6vw 0.6vw 3vw 0.6vw;
}

.hhb_demos_input {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.6vw;

  padding: 1.6vw;
}

/*random quotes*/
/*.hhb_demos_random_quote{*/
.hhb_demos_quote {
  max-width: fit-content;

  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 1.6vw;

  background-color: #e5e4e2;
  border-radius: 8px;

  border: 1px solid #ccc;
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.3);
}

.hhb_demos_btn {
  margin: 1.6vw;
}
/*random quotes*/

/*search image*/
.hhb_demos_search_img_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 1.2vw;
  align-items: stretch;
}

.hhb_demos_search_img_card {
  border: 1px solid #ccc;
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.3);
}

.hhb_demos_search_img_card img {
  width: 100%;
  height: 250px !important;
  object-fit: cover;
}

#hhb_demos_search_img_result {
  padding: 0.8vw;
}
/*search image*/

/*data management*/
.hhb_demos_data_mngt_search_input {
  width: 95%;
  margin-bottom: 1.5vw;
  padding: 1.6vw;
}

.hhb_demos_data_mngt_search_action {
  width: 95%;
  font-size: min(6.6vw, 30px);
  text-align: right;
}

.hhb_demos_data_mngt_search_grid {
  display: grid;
  grid-template-columns: 90% 9%;
  grid-gap: 1vw;
  align-items: stretch;
}
/*data management*/

/*interactive video*/
#hhb_demos_interactive_video {
  container: hhb_demos_interactive_video / inline-size;
  text-align: center;
  width: 100%;
  height: 56.25vw;
  min-height: 264px;
  display: none;
}

#hhb_demos_interactive_video_overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  padding: 1cqw;
  font-size: clamp(
    14px,
    15px,
    15px
  ) !important; /*min-size, preferred-size, max-size*/
  text-align: center;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  display: none;
}

#hhb_demos_interactive_video_overlay > h1 {
  /*font-size: 3cqw;*/
  font-size: clamp(15px, 2vw, 22px) !important;
}

.hhb_demos_interactive_video_clickables {
  color: rgba(255, 255, 255);
  /*font-size: clamp(12px, 4vw, 15px);*/ /* min-size, preferred-size, max-size */
  /*font-size: 2cqw;*/
  font-size: inherit;
  margin: 1cqw;
  padding: 1.5cqw;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
}

.hhb_demos_interactive_video_clickables:hover {
  cursor: pointer;
}

.hhb_demos_interactive_video_clickables_img:hover {
  cursor: pointer;
}

.hhb_demos_interactive_video_swal .swal2-input {
  width: 85% !important; /*swal2 hack*/
}

.vjs-tech {
  object-fit: cover; /*videojs hack*/
}
/*interactive video*/