@media all and (max-width: 1440px){
header, .jazyk{ /*VSETKY*/
    font-size: 1.5rem;
}
.presov-basketbal img, .NBA img{
    height: 40vh;
}
.programovanie-ikony img{
    height: 96px;
    width: 96px;
}
.NBA p{
    width: 60vw;
}
.nba_games{
    font-size: 0.9rem;
}
.hudba-item p{
    width: auto;
}
.last_played_items{
    width: 300px;
}
#last_played_img{
    width: 280px;
}
}
@media all and (max-width: 1024px){
header, .jazyk{/*VSETKY*/
    font-size: 1.2rem;
}
main p{
    font-size: 0.85rem;
}
.presov-basketbal img, .NBA img{
    height: 30vh;
}
.programovanie-ikony img{
    height: 80px;
    width: 80px;
}
.last_played_items{
    width: 220px;
}
#last_played_img{
    width: 200px;
}
}
@media all and (max-width: 768px){
.mobilne-menu-content{ /*VSETKY*/
    display: block;
}
#menu{/*VSETKY*/
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
    background-color: rgb(61, 61, 61);
    color: white;
    height: 75px;
    width: 75px;
    border: none;
    border-radius: 50%;
    border: none;
    transform: rotate(0deg);
    transition: 0.5s;
}
#menu.otocit{/*VSETKY*/
    transform: rotate(90deg);
    transition: 0.5s;
    }
.mobilne-menu.show {/*VSETKY*/
  display: flex !important;
}
.navbar{/*VSETKY*/
    display: none;
}
.jazyk{/*VSETKY*/
     font-size: x-large;
}
main h1{
    font-size: 3.5rem !important;
}
main h2{
    font-size: 2rem;
}
main p{
    font-size: 0.7rem;
}
.nba_games{
    font-size: 0.6rem;
}
.presov-basketbal img, .NBA img{
    height: 30vh;
}
.programovanie-ikony img{
    height: 80px;
    width: 80px;
}
.hudba-item{
    flex-direction: column;
}
.last_played_items{
    width: 180px;
}
#last_played_img{
    width: 160px;
}
#last_played_track{
    font-size: 1rem;
}
#last_played_artist, #last_played_album {
    font-size: 0.8rem;
}
.presov-basketbal{
    gap: 10px;
}
}
@media all and (max-width: 425px){
main h2{
    font-size: 1.8rem;
}
.NBA img{
    height: 25vh;
}
.nba_games{
    font-size: 0.55rem;
}
}