button.owl-dot {
    width: 25px !important;
    height: 25px !important;
    margin-right: 10px;
    border: 1px;
}
button.owl-dot.active {
    background-color: #ffd000 !important;
}
.owl-dots {
    text-align: center;
    margin-top: 0;
    /*display: none;*/
}
@media(max-width:768px) {
    .owl-dots {
        display: block;
    }   
}