I found a better solution using overflow: hidden;:
overflow: hidden;
div { /*Schedule to social media.*/ grid-area: c; padding: 30px 20px; overflow: hidden; img { height: 62%; margin-top: 10px; } }