.socialbuttons{
   width: 32px;
   height: 32px;
   transform: scale(1);
   position:absolute;
 }
 #N8MENU{background: url("../imgs/buttons/Back.png");}
 #N8BIO{background: url("../imgs/buttons/BioE.png");}
 #N8SNG{background: url("../imgs/buttons/MusicE.png");}

#YT{background: url("../imgs/buttons/YouTube.png");}
#TWIT{background: url("../imgs/buttons/Twitter.png");}
#SNCD{background: url("../imgs/buttons/SoundCloud.png");}
#BDCP{background: url("../imgs/buttons/BandCamp.png");}
#DISCORD{background: url("../imgs/buttons/Discord.png");}
#TKTK{background: url("../imgs/buttons/TikTok.png");}
#TWCH{background: url("../imgs/buttons/Twitch.png");}

#DEEZ{background: url("../imgs/buttons/Deezer.png");}
#SPTF{background: url("../imgs/buttons/Spotify.png");}

#EMAIL{background: url("../imgs/buttons/Mail.png");}

@media (max-width: 1920px) {
  .socialbuttons{transform: scale(2);}
}

@media (max-width: 1280px) {
  .socialbuttons{transform: scale(1);}
}