@media screen and (max-width: 640px) {
    .bg-white{
        height: 100% !important;
    }
    html, body{
        overflow: auto;
    }
    .footer.mt40{
        margin-top: 0;
    }
}
