Hi KChev
To amend you can edit the following in your templates styles.php (line 38)...
@media only screen and (max-width: <?php echo ($wrapper_width + 360); ?>px) {
Change to....
@media only screen and (max-width: <?php echo ($wrapper_width + 380); ?>px) {
Ciarán