.slideshow-container {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1.5;
  margin: auto;
  background: #171d2e;
  }
  
  .slide {
    display: none;
    height: 100%;
    
  }
  
  .slide  img {
    width: 100%;
    height: 100%;
    object-fit:fill;
  }
  
  /* 絲取���紊贋�桁� */
  .prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 30px;
    z-index: 1;
  }
  
  .prev {
    left: 0;
  }
  
  .next {
    right: 0;
  }
  .dots {
    text-align: center;
    position: relative;
    top: -6%;
}
  /* 羞糸����腓榊�号�桁� */
.dot {
  height: 8px;
  width: 15px;
  margin: 0 2px;
  background-color: #cacacad4;
  border-radius: 5px;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* ��腓榊�号�羇紫�倶���桁� */
.active {
  background-color: #ffffffd4;
}