@media (max-width: 1023px) {
  body {
    background: none;
  }

  header {
    background-image: url('../img/backg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  header h1 {
    font-size: 12vw;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10rem;
    -webkit-box-shadow: 0 0 50px 0 rgba(255, 255, 255, 0.2);
            box-shadow: 0 0 50px 0 rgba(255, 255, 255, 0.2);
    font-weight: bold;
    letter-spacing: 4px;
  }

  main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0;
  }

  main .about {
    padding: 2rem;
  }

  .stream {
    height: 300px;
  }

  main .contact p {
    max-width: 90%;
  }

  footer {
    margin-top: 0;
  }

  footer .footer-info {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  footer .footer-info div,
  footer .footer-info address {
    margin: 2rem 0;
  }

  footer .footer-info div h3,
  footer .footer-info address h3 {
    margin-bottom: 0.5rem;
  }

  main .contact a.phone {
    color: #f39c12;
  }
}
