@media screen and (max-width: 600px) {
    .file-upload-block {
        margin: 1%;
        width: 98%;
    }

    .form-styles-small,
    .form-styles-small + .select2 {
        width: 30% !important;
    }

    .form-styles-medium,
    .form-styles-medium + .select2 {
        width: 50% !important;
    }

    .form-styles-large,
    .form-styles-large + .select2 {
        width: 100% !important;
    }

    .form-styles-huge,
    .form-styles-huge + .select2 {
        width: 100% !important;
    }

    .readdocument_document img {
        max-width: 100%;
    }

    .readdocument_table {
        overflow-x: scroll;
    }
}

@media screen and (max-width: 560px) {
    .btn-fullscreen .button__text {
        display: none;
    }
}