/*breakpoints*/
.video__subtitle--container {
  position: absolute;
  bottom: 1.5rem;
  left: 2rem;
}
.video__subtitle--container .video__subtitle--button {
  --size: 3.125rem;
  background-color: var(--white);
  height: var(--size);
  width: var(--size);
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  padding: unset;
}
@media screen and (max-width: 1199.98px) {
  .video__subtitle--container .video__subtitle--button {
    --size: 2.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .video__subtitle--container .video__subtitle--button {
    --size: 2rem;
  }
}
.video__subtitle--container .video__subtitle--button:hover {
  background-color: var(--clr-primary);
}
.video__subtitle--container .video__subtitle--button:hover svg, .video__subtitle--container .video__subtitle--button:hover i {
  color: var(--white);
}
.video__subtitle--container .video__subtitle--button svg, .video__subtitle--container .video__subtitle--button i {
  font-size: 2rem !important;
  color: var(--clr-primary);
  line-height: 1;
  transition: color 0.2s ease;
}
@media screen and (max-width: 1199.98px) {
  .video__subtitle--container .video__subtitle--button svg, .video__subtitle--container .video__subtitle--button i {
    font-size: 1.6rem !important;
  }
}
@media screen and (max-width: 767.98px) {
  .video__subtitle--container .video__subtitle--button svg, .video__subtitle--container .video__subtitle--button i {
    font-size: 1.2rem !important;
  }
}
.video__subtitle--container .video__subtitle--button.active {
  background-color: var(--clr-primary);
}
.video__subtitle--container .video__subtitle--button.active svg, .video__subtitle--container .video__subtitle--button.active i {
  color: var(--white);
}
.video__subtitle--container .video__subtitle--select {
  position: absolute;
  bottom: calc(100% + 0.5rem);
  left: 0;
  background-color: var(--white);
  border: 1px solid var(--clr-primary);
  border-radius: 0.5rem;
  padding: 0.5rem;
  min-width: 120px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.2s ease;
  z-index: 10;
}
.video__subtitle--container .video__subtitle--select.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.video__subtitle--container .video__subtitle--select option {
  padding: 0.25rem 0.5rem;
  color: var(--clr-primary);
}
.heroelement .video__subtitle--container, .pageheader .video__subtitle--container {
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  left: auto;
  bottom: auto;
}
.heroelement .video__subtitle--container .video__subtitle--select, .pageheader .video__subtitle--container .video__subtitle--select {
  bottom: auto;
  top: calc(100% + 0.5rem);
  right: 0;
  left: auto;
  transform: translateY(-10px);
}
.heroelement .video__subtitle--container .video__subtitle--select.show, .pageheader .video__subtitle--container .video__subtitle--select.show {
  transform: translateY(0);
}
.heroelement .video__subtitle--container {
  top: 3rem;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%2Fthemes%2Fbadems%2Fscss%2Fcomponents%2F_video-controls.scss%22%2C%22%2Fthemes%2Fbadems%2Fscss%2Fcomponents%2F..%2Fsettings%2Fbreakpoints.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAARA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADiBA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACjBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAARA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADuCA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%22%7D */