@media screen and (max-width: 1024px) /* Mobile */ {
    html {
        overflow: auto;
    }
    a#panorama-scroll-next {
        display: none !important;
    }

    a#panorama-scroll-prev {
        display: none !important;
    }
    .metro {
        margin: 0 !important;
    }
    .pull-right {
        float: none;
        text-align: center;
    }

    span#time {
        margin: 0;
        display: block;
    }
    div#top-info {
        padding-right: 0;
    }
    img.logo {
        float: none;
        padding: 0;
    }
    div#header-container {
        text-align: center;
        margin: 0;
    }

    div#panorama-scroll-prev-bkg {
        display: none;
    }

    div#panorama-scroll-next-bkg {
        display: none;
    }

    .metro.panorama {
        width: 100% !important;
        height: auto !important;
        overflow: auto;
    }
    .panorama .panorama-sections .panorama-section{
        margin-right: 0px;
    }
    .panorama {
        width:100% !important;
        height: auto;
    }

    .panorama-sections {
        /* width: 100%; */
    }

    .panorama-section.tile-span-4 {
        width: auto !important;
    }

    .panorama-section {
        width: 100%;
        height: auto;
    }

    .panorama-sections {
        width: 100% !important;
        overflow: auto !important;
        height: 100% !important;
        margin-left: 0px;
    }
}
