<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#DB_gallery .DB_thumSet {
    width: 580px;
}
@media only screen and (max-width: 1060px) {
    #DB_gallery .DB_thumSet {
        width: 460px;
    }
}

@media only screen and (max-width: 868px) {
    #DB_gallery .DB_thumSet {
        width: 340px;
    }
}

@media only screen and (max-width: 768px) {
    #DB_gallery .DB_thumSet {
        width: 220px !important;
    }
}
</pre></body></html>