#banner-sengong img {
  width: 100%;
      height: 800px;
    object-fit: cover;
}
#banner-sengong img.visible-xs-block {
  display: none;
}



#banner-sengong .swiper-pagination-bullet {
  width: 40px;
  height: 8px;
  margin: 0 5px;
  border-radius: 0;
  background: #fff;
  opacity: 1;
}

#banner-sengong .swiper-pagination-bullet-active {
  background: var(--color-primary);
}
@media screen and (max-width:1500px){
  #banner-sengong img{ 
    height: 600px;
  }
}
@media screen and (max-width:1199px) {
    #banner-sengong img.visible-xs-block {

        min-height: 350px;
  }
   #banner-sengong img {
    height: 350px;
  }
}

@media screen and (max-width:820px) {
  #banner-sengong img.hidden-xs {
    display: none !important;
  }
  #banner-sengong img.visible-xs-block {
    display: block !important;
    height: 200px;
        min-height: auto;
  }
  #banner-sengong img {
    height: 300px;
  }
}


@media screen and (max-width:480px) {
  
  #banner-sengong .swiper-pagination-bullet {
    width: 30px;
    height: 5px;
  }
   #banner-sengong img {
    height: 170px;
  }
}