@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px)
and (orientation : portrait) {
    .cme-widget-grid__left {
        width: 293px;
        float: left;
        overflow-x: scroll;
        overflow-y: auto;
    }

    .cme-group-weather-cast{
        padding-top: 20px;
    }

    .category-list-submenu {
        display: block;
        position: relative;
    }

    .category-menu-list {
        display: inline-block;
    }

    .cme-group-dropdown.touch .old {
        width: 100%;
        height: 0;
    }

    .cme-group-weather-map {
        float: left;
        margin-left: 4px;
        margin-top: 10px;
        width: 320px;
    }
}