.play88-banner{
    margin: 20px 0; 
    text-align: center;
}

.play88-banner img{
    margin-bottom: 0!important;
}

#play88-mobile-sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 70px;
  max-height: 70px;
  padding: 5px;
  box-shadow: 0 -6px 18px 0 rgba(9, 32, 76, 0.1);
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fefefe;
  z-index: 20;
}

#play88-sticky-close {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px 0 0;
  position: absolute;
  right: 0;
  top: -30px;
  background-color: #fefefe;
  box-shadow: 0 -6px 18px 0 rgba(9, 32, 76, 0.08);
  cursor: pointer;
}

#play88-mobile-sticky #play88-sticky-close svg {
  width: 22px;
  height: 22px;
  fill: #000;
}

.play88-sidebar-banner .play88-banner {
  margin: 0 !important;
}

#play88-mobile-sticky {
    display: none;
}
