.time-box-width{width:200px}.time-box-height{height:200px}.coach-selector-width{width:220px}.member-player-box{width:300px;height:50px}.container{display:grid;grid-template-columns:(repeat(4,1fr))}@media (max-width:500px){.container{display:flex;flex-direction:column}.time-box-width{width:150px}.time-box-height{height:150px}.coach-selector-width{width:120px}.member-player-box{width:150px;height:50px}}