#tpbPrev,
#tpbNext {
    top: 100px;
}

@media (min-width: 640px) {
    #tpbPrev,
    #tpbNext {
        top: 110px;
    }
}

#tpbDots .dot {
    width: 10px;
    height: 10px;
    border-radius: 9999px;
    background: #d1d5db;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    padding: 0;
    display: inline-block;
    flex-shrink: 0;
}

#tpbDots .dot.active {
    background: #ef4444;
    width: 26px;
}
