@media only screen and (max-width: 767px) {
    /* Homepage slideshow */
    #homepage-slideshow {
        width: 100%;
    }

    #homepage-slideshow .mt-3 {
        margin-top: 0 !important;
    }

    button.slick-prev {
        display: none !important;
    }

    button.slick-next {
        display: none !important;
    }

    ul.slick-dots li button {
        display: none;
    }

    /* Homepage banner */
    .homepage-banner.mb-5 {
        margin-bottom: 15px !important;
    }

    .homepage-banner .container {
        margin-bottom: 20px !important;
    }

    .homepage-banner .col {
        flex-basis: inherit !important;
        margin-bottom: 10px;
    }

    /* Categories banner */
    .categories-banner img {
        height: auto;
        width: 46%;
        margin: 0 3px 10px;
    }

    .categories-banner img.width-full {
        width: 95%;
        margin: 0 0 10px;
    }

    /* Topup bills */
    .top-up-bill.shadow-sm {
        padding: 0;
        border: 0 !important;
        box-shadow: 0 0 !important;
    }

    .top-up-bill .mt-3.ml-2.mr-2 {
        margin: 0 !important;
    }

    .mt-4-5 {
        margin-top: 0 !important;
    }

}