@media (max-width: 768px){

    html {
        max-width: 100%;
        overflow-x: hidden;
    }

    body {
        text-align: center;
        max-width: 100%;
        overflow-x: hidden;
    }

    #fixed-main-title {
      position: fixed;
      width: 100%;
      z-index: 1000; /* div on top of everyhing */
      height:9em;
    }

    #main-page {
        padding-top:9em;
    }
}