.history-tab-section .history-content {
  width: 100%;
}
.history-tab-section .tabs-wrap {
  margin-bottom: var(--section-space-small);
}
.history-tab-section .history-list-swiper {
  position: relative;
  width: 100%;
}
.history-tab-section .history-swiper {
  width: 100%;
  overflow: hidden;
}
.history-tab-section .history-item-wrapper {
  width: 100%;
}
.history-tab-section .history-item {
  overflow: hidden;
}
.history-tab-section .history-item.pic_text {
  flex-direction: row-reverse;
}
.history-tab-section .history-item-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: var(--section-space-small);
  width: 50%;
  align-self: stretch;
}
.history-tab-section .history-item-left.left {
  align-items: flex-start;
  text-align: start;
}
.history-tab-section .history-item-left.center {
  align-items: center;
  text-align: center;
}
.history-tab-section .history-item-left.right {
  align-items: flex-end;
  text-align: end;
}
.history-tab-section  .history-item-right {
  flex: 1;
}
.history-tab-section .history-item-right img,
.history-tab-section .history-item-right video {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .history-tab-section .history-item  {
    flex-direction: column !important;
  }

  .history-tab-section .history-item-left {
    width: 100% !important;
  }

  .history-tab-section .history-item-right img, 
  .history-tab-section .history-item-right video, 
  .history-tab-section .history-item-right .video-popup-button {
    aspect-ratio: 16 / 9 !important;
  }
}