﻿$(document).ready(function() {
    if ($(window).height() <= 750) {
        $('.container').css("top", "0");
        $('.container').css("margin-top", "0");
    }   
});


