@media (max-width:1000px){
  .shots-hero .shot-members{display:none}
  .shots-hero .shot-chat{margin-left:-270px}
  .shots-hero .shot-servers{margin-left:-340px}
}
@media (max-width:900px){
  .container{padding:0 20px}
  .feature{padding:96px 0}
  .feature-grid,.feature.is-reverse .feature-grid{grid-template-columns:1fr;gap:40px}
  .feature.is-reverse .feature-text{order:0}
  .facts{grid-template-columns:1fr;gap:36px}
}
@media (max-width:700px){
  .hero-actions{margin-bottom:48px}
  .shots-hero{height:300px}
  .shots-hero .shot-servers{display:none}
  .shots-hero .shot-chat{left:0;right:0;width:100%;margin:0}
  .shots-community{height:320px}
  .shots-social{height:320px}
  .shots-social .shot-friends{display:none}
  .shots-social .shot-dm{width:100%}
}
@media (max-width:500px){
  .hero{padding-top:120px}
  .hero-actions .btn{width:100%}
}
