.contentdefe {
  width: 100%;
  background-color: rgba(var(--color-background), 1);
}


.contentdefe theme-video-media-new {
  overflow: hidden;
  border-radius: 15px;
  height: 100%;
}

.video-container {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.video-container-img {
  width: 465px;
  height: 262px;
  transition: transform 0.1s;
  will-change: transform;
  transform-origin: center center;
  transform: translateZ(0);
  backface-visibility: hidden;
  /* position: relative; */
  position: absolute;
  z-index: 10;
  border-radius: 15px;
  overflow: hidden;
}

.video-container-img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.video-container-picture {
  width: fit-content;
  height: fit-content;
}

.video-description {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 11;
  width: 913px;
  text-wrap: inherit;
  text-align: center;
  white-space: normal;
  word-wrap: break-word;
  text-transform: uppercase;
}




.image-sacle-scroll {
  position: absolute;
  width: 100%;
  z-index: 5;
}

.image-sacle-scroll .scrolling-content__text {
  /* color: {{ section.settings.text_color }}; */
}

.image-sacle-scroll .scrolling-content__text * {
  text-transform: uppercase !important;
}

.image-sacle-bottombox-rt {
  width: 700px;
}

.image-sacle-bottombox-rt .swiper {
  width: 100%;
}

.image-sacle-bottom-midea {
  display: flex;
  align-items: center;
  gap: 13px;
}

.image-sacle-bottom {
  position: absolute;
  z-index: 10;
  bottom: 40px;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
}

.image-sacle-bottom .container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-inline-start: 90px;
  margin-inline-end: 0;
}

.image-sacle-bottom-lt-subtitle {
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 12px;
}

.image-sacle-bottom-midea-text {
  color: #fff;
}

.image-sacle-section {
  overflow: hidden;
}

.image-sacle-section .pin-spacer {}

.image-sacle-slide {
  width: fit-content;
}

.contentdefe  .v-button {
  position: absolute;
  margin-top: 350px;
  z-index: 10;
}

.video-container-picture {
  width: fit-content;
  height: fit-content;
}

.bottom_heigth_fixed {
  height: 1000px;
}

.image-sacle-bottombox-swiper-img {
  width: 66px;
  height: 66px;
  object-fit: cover;
  border-radius: 5px;
}

@media(max-width: 1024px) {
  .video-container .image-sacle-bottombox-rt {
    width: 400px;
  }

  .video-description {
    width: 760px;
    max-width: 100%;
    left: auto;
    transform: translateX(0%);
  }

  .image-sacle-bottom .container {
    margin-inline-start: 50px;
  }

  .video-container .image-sacle-bottom {
    bottom: 34px;
  }
}

@media(min-width: 769px) {
  .video-description {
    margin-inline-start: 0;
    margin-inline-end: 0;
  }
}

@media(max-width: 768px) {
  .video-container .image-sacle-bottombox-rt {
    width: 100%;
  }

  .video-container {
    padding-bottom: 20%;
  }

  .contentdefe .video-container-img, 
  .contentdefe theme-video-media-new, 
  .contentdefe .theme-video-media-new {
    width: 200px;
    height: 328px;
  }

  .contentdefe .v-button {
    margin-top: 410px;
  }

  .video-description {
    max-width: 100%;
    width: auto;
    left: 0%;
    transform: translateX(0%);
  }

  .video-container .image-sacle-bottom .container {
    margin-inline-start: 20px;
    margin-inline-end: 0;
    display: block;
  }

  .video-container .image-sacle-bottom .image-sacle-bottom-lt {
    margin-bottom: 15px;
    margin-inline-start: max(var(--container-gutter-context), 50% - var(--container-max-width) / 2);
  }

  .video-container .image-sacle-image-img {
    width: 200px;
    height: 400px;
  }

  .video-container .image-sacle-bottom {
    bottom: 15px;
  }

  .bottom_heigth_fixed {
    height: 1000px;
  }

  .image-sacle-bottombox-swiper-img {
    width: 10.67vw;
    height: 10.67vw;
    object-fit: cover;
    border-radius: 5px;
  }
}