.acemain {
    background-color: #000000;
    color:white;
}
.acemainbg {
    min-height: 650px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center 0%;
    background-repeat: no-repeat;
    justify-content: center;
}
.acemainbg .cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
}
.acemainbg .rte {
    margin-top: 5rem;
    display: inline-block;
    padding: 10px 20px;
    line-height: 1;
    border: 1px solid white;
}
.gold {
    font-size: 3rem;
    color: #876e4e;
}
.ba-name {
    font-size: 3em;
    color: #5a5a5a;
}
.ba-peso {
    color: #ffffff;
    font-size: 0.6em;
    vertical-align: super;
}
.tab-ba.table, .tab-ba td {
    border: 0;
    padding: 0;
}
.tab-ba .col-dx {
    border: 0;
    border-left: 2px solid #876e4e;
    padding: 3px 10px;
}
.tab-ba .col-sx {
    border: 0;
    border-left: 2px solid #876e4e;
    padding: 3px 10px;
    text-align: right;
}
.tab-ba tr:first-child td {
    border-top: 2px solid #876e4e;
    padding-top: 10px;
}
.tab-ba tr:first-child td {
    border-top: 2px solid #876e4e;
    padding-top: 10px;
}
.shopbutton {
    display: inline-flex;
    cursor: pointer;
    padding: 5px 27px;
    align-items: center;
    justify-content: center;
    height: 52px;
    font-size: .8125rem;
    font-weight: 700;
    letter-spacing: .2em;
    color: #fff;
    border-radius: 26px;
    border: 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    -webkit-appearance: none;
    appearance: none;
    transition: color .25s cubic-bezier(.104,.204,.492,1), background-color .25s cubic-bezier(.104,.204,.492,1);
    background-color: #ef0008;
}
.bgvideo {
    cursor: pointer;
}
@media (max-width: 767px) {
    .acemainbg {
        min-height: 50vh;
    }
    .acemainbg .rte {
        margin-left: 2rem;
        margin-right: 2rem;
        text-align: center;
    }
    .col-inner {
        margin: 0 2rem;
    }
}