.scroll-item {
  height: auto;
}
.video01 {
  height: auto;
}
.lohasListVideo {
  height: auto;
}
.slideshow-img {
  width: 100%;
  height: 268px;
}
.carousel-container {
  width: 100%;
}
.carousel-container::before {
  content: '';
  position: absolute;
  width: 55px;
  height: 55px;
  background: url(./icon_videoplayer_homepage.png) no-repeat;
  background-size: cover;
  left: 10px;
  bottom: 15px;
}
.scroll-item {
  position: relative;
}
.scroll-item::before {
  content: '';
  position: absolute;
  width: 2.5vw;
  height: 2.5vw;
  background: url(./icon_videoplayer_homepage.png) no-repeat;
  background-size: cover;
  left: 0.5vw;
  top: 7vw;
}
.adviseImg01 {
  height: 10vw;
}
.active03 {
  flex: 1;
}
