.m-portlet__body{
    min-width: 675px;
}

@media (max-width: 768px){
    .m-portlet__body{
        min-width: 0;
    }
}