.jadwal-bank-info p {
    margin-bottom: 0 !important;
}

.btn-homegames {
    width: 100%;
}

.carousel-indicators {
    bottom: 45px !important;
}

.play-now {
    bottom: 8px;
    right: 44px;
}

.null-pdr {
    width: 200px;
    height: 180px;
}

.right-banner-image {
    position: absolute;
    right: -14.2rem;
    top: 6rem;
    z-index: 0;
}

.left-banner-image {
    position: absolute;
    left: -19.2rem;
    top: 5.5rem;
    z-index: 0;
}

.carousel-control-prev,
.carousel-control-next {
    z-index: 4;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 38px !important;
    height: 71px !important;
}

.hvrbox .hvrbox-layer_top {
    height: 100% !important;
}

.game-box-glow-in-purple {
    height: 100% !important;
}


/* Ribbon Css */
.ribbon:after {
    content: "";
    width: 0.2em;
    bottom: 0px;
    position: absolute;
    display: block;
    border: 9px solid var(--ribbon-color);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4);
    right: -9px;
    border-left-width: 0;
    border-right-color: transparent;
}

.ribbon:before {
    content: "";
    width: 0.2em;
    bottom: -6px;
    position: absolute;
    display: block;
    border: 3px solid #737070;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4);
    left: 0px;
    border-left-width: 3px;
    border-left-color: transparent;
    border-bottom-color: transparent;
    z-index: -1;
}

.banner-box-div{
    width: 100%;
    margin: 8px 0px 0px 0px;
    height: auto;
    display: flex;
}