@media (min-width:992px) { body:not(.home) #main #content .internal-page.high-school .img-wrapper img { max-width: 700px; margin-left: auto; margin-right: auto } } body:not(.home) #main #content .internal-page.high-school .tournament-links { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 15px } @media (min-width:768px) { body:not(.home) #main #content .internal-page.high-school .tournament-links { display: flex; flex-direction: row; align-items: center; justify-content: space-between; justify-content: center; padding: 60px 15px 50px 15px } } body:not(.home) #main #content .internal-page.high-school .tournament-links a { transition: all ease-in-out 0.2s; display: flex; align-items: center; justify-content: center; padding: 5px 10px; box-shadow: inset 0 -2px 0 #f70009; margin: 0 5px; font-size: 16px; font-weight: 700 } @media (min-width:992px) { body:not(.home) #main #content .internal-page.high-school .tournament-links a { font-size: 18px } } @media (min-width:1600px) { body:not(.home) #main #content .internal-page.high-school .tournament-links a { font-size: 22px } } body:not(.home) #main #content .internal-page.high-school .tournament-links a:hover { box-shadow: inset 0 -5px 0 #f70009 }