.t-slds__bullet_body {
    width:50px !important;
    height:10px !important;
    border-radius: 6px 0px 6px 0px;
    cursor:pointer;
}


@media (max-width: 1540px) { 
    .t-slds__arrow_container {
        display:none;
    }
    
}

@media (max-width: 480px) {
.t-slds__bullet_body {
    width:20px !important;
    height:8px !important;
    border-radius: 4px 0px 4px 0px;
    cursor:pointer;
}

.t778__container_mobile-flex .t778__col {
    min-width: 100%;
    max-width: 100%;
}    

}
@media (max-width: 960px) {
.t728__witharrows .t-width .t-slds__wrapper {
    padding: 0 20px;
}
}