@media screen and (max-width: 500px){
    :root{
        --crop-text-height: 60px !important;
    }
}
@media screen and (max-width: 400px){
    :root{
        --crop-text-height: 50px !important;
    }
}
