.main { width: 50%; margin: 60px auto; color: white; } .AnimeHeroSection { display: flex; align-items: center; } .AnimeHeroSection strong { color: #38bdf8; } .AnimeHeroSection img { /* width: auto; height: auto; */ padding: 0.5rem 0.7rem 0.5rem 0.7rem; } .animeDescription { max-height: 100px; overflow: auto; } .animeDescription::-webkit-scrollbar { width: 0px; } .AnimeHeroSection p { margin: 0; color: #a3a3a3; } .animeTitle { font-size: 26px; text-transform: uppercase; } @media screen and (max-width: 1024px) { .main { width: 100%; } .AnimeHeroSection { font-size: 14px; } .animeTitle { font-size: 24px; } .AnimeHeroSection img { padding: 0.4rem 0.4rem 0.4rem 0.4rem; } } @media screen and (max-width: 425px) { .AnimeHeroSection { display: flex; align-items: center; flex-direction: column; } .animeTitle { text-align: center; } }