.tourney { left: 0; position: absolute; top: 0; } .tourney-link { border: 1px solid #d5d5d5; display: block; font-size: 0; margin-bottom: 20px; padding: 2px 0; text-align: center; width: 200px; &:hover { background: #777; } } .tourney-image { height: 260px; width: 195px; } .tourney-country { color: #777; display: block; font-size: 20px; line-height: 40px; text-decoration: none; &:hover { color: #000; } } .tourney-year { color: #777; display: block; font-size: 40px; line-height: 40px; text-decoration: none; &:hover { color: #000; } }