/*
  Theme Name: Lapki
  Author: Alexander Kuznecov
*/
@media(max-width: 575px){
  .live__slide{
    width: 92vw;
  }
  .live__card{
    grid-template-columns: 11rem 1fr;
    gap: 1.1rem;
  }
}