@media only screen and (max-width: 744px) {
    .pagewithslider {
        width: 100vw;
    }

    .navbar>.container {
        padding: 16px;
    }

    .cards {
        justify-content: flex-start;
    }

    .btn-login {
        border-color: transparent;
    }

    .play-safe {
        display: none;
    }

    h3.title {
        margin-top: 16px;
    }

    .topbar{
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .side-padding-16 {
        padding-left: 16px;
        padding-right: 16px;
    }

    .sub-menu {
        display: flex;
        overflow-x: auto;
        width: 100%;
        justify-content: flex-start;
    }

    .sub-menu a {
        min-width: fit-content;
    }

    nav.categories .container {
        max-width: initial;
        width: auto;
    }

    nav.categories .container .items {
        justify-content: flex-start;
        gap: 12px;
    }

    nav.categories .container .items a span {
        white-space: nowrap;
    }

    footer .providers .icon-list {
        width: auto;
        margin: 0 58px;
        gap: 20px;
    }

    footer section .title h1 {
        font-size: 16px;
    }

    footer section p {
        margin: 0 16px;
    }

    footer section .links a {
        font-size: 14px;
        font-weight: 400;
    }

    footer section.payment-methods .icon-list {
        margin: 0 16px;
        gap: 10px;
        flex-wrap: wrap;
    }

    section .title h3 {
        font-size: 16px;
        line-height: 21px;
    }

    .centeredForm .submitButton {
        background-color: #FF02CC;
    }

    .centeredForm {
        padding: 16px;
    }

    #loginForm .description a {
        margin-bottom: 16px;
    }

    #content > h1 {
        margin: 0;
    }
    section .title {
        padding: 0 16px;
    }

    .game > .title {
        padding: 0;
    }

    .hide__scrollbar {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .hide__scrollbar::-webkit-scrollbar {
        display: none;
    }

    section .section__content {
        overflow-x: scroll;
        gap: 16px;
        padding: 2px 0;
    }

    section.featured-slots .game-list {
        display: flex;
        gap: 16px;
        padding-left: 16px;
        padding-right: 16px;
    }

    section.featured-slots .game-list .game {
        min-width: 160px;
        height: 220px;
        border-radius: 3px;
        overflow: hidden;
    }

    section.latest-bingo-games .games {
        padding-left: 16px;
        padding-right: 16px;
    }

    .nav-back, .nav-forward {
        display: none;
    }

    .reviews {
        gap: 16px !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
        justify-content: flex-start !important;
        width: auto !important;
    }

    .reviews > .card {
        padding: 10px;
        width: 227px;
    }

    section .faqs {
        padding: 0 16px;
    }

    section .winners {
        padding-left: 16px;
        padding-right: 16px;
    }

    section .winners .winner {
        min-width: 191px;
    }

    /**  Temporary */
    .bingo-cards-scroller {
        padding: 0 16px;
    }

    section.jumbo img {
        display: none;
    }
    section.jumbo img.mobile {
        display: block;
    }
    section.jumbo .description {
        background: #590FB8;
    }
    section.jumbo .description p {
        font-weight: 400;
        font-size: 11px;
    }
}
