.maincontent{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(360px,1fr));
}