body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  background-color: #271f19;
}

.container {
  margin: 0 auto;
  aspect-ratio: 736 / 1232;
  max-width: 100%;
  height: 100dvh;
  display: flex;
  justify-content: center;
  align-items: center;
}

video {
  aspect-ratio: 736 / 1232;
  width: 100%;
  background-color: #fceed8;
}

.glide__slides {
  touch-action: auto !important;
}

.controls-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}

.controls {
  margin: 0 auto;
  aspect-ratio: 736 / 1232;
  max-width: 100%;
  height: 100dvh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.controls-inner {
  position: relative;
  aspect-ratio: 736 / 1232;
  width: 100%;
}

.volume-toggle {
  font-size: 2rem;
  position: absolute;
  top: 6%;
  left: 3%;
  background-color: transparent;
  border: none;
  outline: none;
  pointer-events: auto;
  cursor: pointer;
  color: #55381c;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

.volume-toggle:hover {
  opacity: 0.8;
}

.volume-toggle span {
  font-size: 2rem;
}
