
@media screen and (max-width: 768px) {
    .cookies-banner .autofit-padded-no-gutters {
        display: flex;
        box-sizing: border-box;
        flex-direction: column;
        padding: 0 2rem;
    }
    
    #cookiesBannerConfiguration .modal-dialog.modal-lg {
        width: 95%;
    }
    
    #_com_liferay_cookies_banner_web_portlet_CookiesBannerConfigurationPortlet_cookiesBannerConfigurationForm .row {
        margin: 10px 1rem;
    }
    
}