@media screen and (max-width: 480px), screen and (max-width: 1000px) and (max-height: 450px) {
    .content-container {
        /*width: 100vw;*/
        min-width: 275px;
        margin: 16px;
        max-width: none;
    }
    .bc-form-padding {
        padding: 30px;
    }
    .brand-logo {
        margin: 48px 30px 0px 30px;
    }
    
    .form-container {
        max-width: none;
    }
    .bc-window-light {
        box-shadow: none;
    }
    .accessibility-controls {
        top: 70px;
        width: 36px;
        height: 92px;
    }

    .accessibility-button > img {
        width: 20px;
        margin: 13px 8px;
    }


}

@media screen and (max-width: 500px), screen and (max-width: 1000px) and (max-height: 450px) {
    .footer-byline, .footer-privacybtn {
        font-size: 0.675rem;
    }
}