.banner-full-img {
  width: 100% !important;
  object-fit: cover !important;
  display: block;
}

.carousel-indicators .active {
    opacity: .9;
    width: 30px !important;
}

.carousel {
  border: none;
}

.banner-pc {
    height: 700px !important;
    object-position: center center !important;
}
.banner-mobile {
    height: 500px !important; 
    object-position: center center !important;
}

@media (max-width: 767px) {
  .banner-mobile {
    height: auto !important; 
    
    min-height: 300px; 
    
    object-fit: contain !important; 
    
    object-position: center center !important;
  }
}