@media only screen and (max-width: 1250px) {
    html {
        zoom: 0.909 !important;
    }
}

@media only screen and (max-width: 1093px) {
    html {
        zoom: 0.8 !important;
    }
}

@media only screen and (max-width: 911px) {
    html {
        zoom: 0.667 !important;
    }

    #title {
        min-width: 709px !important
    }
}

@media only screen and (max-width: 781px) {
    html {
        zoom: 0.571 !important;
    }
}

@media only screen and (max-width: 684px) {
    html {
        zoom: 0.5 !important;
    }
}

@media only screen and (max-width: 540px) {

}

@media only screen and (max-width: 456px) {

}

@media only screen and (max-width: 342px) {

}

@media only screen and (max-width: 274px) {

}