@media screen and (max-width: 950px) {
    .resourcegroups {
        width: 90%;
    }

    .resourcegroups .panel {
        padding: 10px 0;
        overflow-x: scroll;
    }
}