/**
 * The following styles get applied inside the editor only.
 *
 * Replace them with your own styles or remove the file completely.
*/

@media screen and (max-width: 767px){
    .a-members-grid {
        grid-template-columns: 1fr!important;
    }
    }
    