.container {
    width: 100%;
}
@media (min-width: 640px){
    .container {
        max-width: 640px;
    }
}
@media (min-width: 768px){
    .container {
        max-width: 768px;
    }
}
@media (min-width: 1024px){
    .container {
        max-width: 1024px;
    }
}
@media (min-width: 1280px){
    .container {
        max-width: 1280px;
    }
}
header .menu-icon, #myNavmb, #swFtmb {
    display: none;
}
@media only screen and (min-width: 0) and (max-width: 480px){
    .container {
        margin: 0 0 0 10px !important;
    }
    header {
        padding: 12px 30px 0px 12px !important;
    }
    header .menu-icon, #myNavmb, #swFtmb {
        display: block;
    }
    #hdFtmb {
        display: none;
    }
    .course-section .course-nav-pane-container nav#tile-1 {
        display: block;
    }
    .course-section .course-nav-pane-container nav#tile-1 .nav-tabs {
        width: 100% !important;
        overflow-x: scroll;
        scrollbar-width: none;
        margin-bottom: 10px;
    }
    .oma-container .oma-tab {
        height: auto !important; 
        width: 100% !important; 
        display: flex !important; 
        scrollbar-width: none;
    }
    .oma-container .oma-tab div{
        white-space: nowrap;
    }
    .oma-container .oma-tab div.active {
        box-shadow: none;
        border-right: none;
    }
    .oma-container .oma-tabcontent {
        /* display: inline-block !important;  */
        float: none;
        width: 100%;
        padding-left: 0;
    }
    .oma-container .oma-tabcontent img {
        height: 321px;
    }
    footer .logo-container .logo img {
        width: 28%;
    }
    footer .smallText{
        padding-right: 20px;
    }
}