@media (max-width: 1180px) {
    #main-header .container {
        width: 90%;
        max-width: 90%;
    }
    #main-header .header-logo img{
        width: 225px;
    }
    .download-container {
        width: 90%;
    }
    .download-options-wrapper {
        display: none;
    }
    .hide-on-mobile {
        display: none;
    }
    .hide-on-desktop {
        display: block;
    }
    .download-container .heading-wrapper {
        margin-bottom: 0;
    }
    .download-container .heading-wrapper .hide-on-desktop h2 {
        line-height: 34px;
    }
    .download-container .heading-wrapper .hide-on-desktop .typed-cursor {
        display: none;
    }
    footer {
        display: block;
    }
    footer .copyright {
        padding: 0 0 0.6em;
    }
    .copyright img {
        width: 290px;
        margin-bottom: 0;
    }
    .copyright p {
        font-size: 14px;
    }
}
@media (max-width: 639px) {
    #main-header .container {
        width: 100%;
        max-width: 95%;
    }
    #main-header .header-logo img {
        width: 200px;
    }
    .header-row .right_menu_options {
        gap: 8px;
    }
    .desktop-video {
        display: none;
    }
    .mobile-video {
        display: block;
    }
    .download-container .heading-wrapper .hide-on-desktop h2 {
        font-size: 18px;
        line-height: 23px;
    }
    .swal-overlay--show-modal .swal-modal {
        width: 312px;
    }
    .swal-content, .select-input {
        font-size: 14px;
    }
    .swal-modal.packaging-soon .swal-content p {
        font-size: 14px;
    }
    .select-options li {
        font-size: 13px;
    }
    .select-options li a img {
        width: 14px;
    }
    .swal-button {
        font-size: 12px;
        font-weight: 700;
    }
}