* {
  color: #fff;
  font-family: Arial, helvetica, sans-serif;
}

body {
  width: 100%;
  background: url('./concert-wallpaper.jpg') top center no-repeat #000;
  background-size: auto;
  padding: 30px 0;
}

h1,
h2 {
  font-family: 'Anton', sans-serif;
  font-weight: 500;
  font-style: normal;
}

h1 {
  font-size: 300%;
  text-shadow: 0 0 20px #000;
  margin: 0;
}

h2 {
  text-shadow: 0 0 10px #000;
}

#container {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

#logo {
  width: 50%;
}

#cta,
.shows {
  padding: 1px 20px;
  width: 70%;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.7);
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
}

.shows hr {
  border: 4px solid #000;
  border-radius: 4px;
  margin-bottom: 1.5rem;
}

#socials {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 50%;
  margin: 0 auto;
}

#socials a img {
  width: 50%;
}

ul > li {
  list-style: none;
  margin-bottom: 0.75rem;
}

.mobile-video {
  display: none ;
  visibility: hidden;
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px) {
  body {
    background-size: 80% !important;
  }
  h1 {
    font-size: 300% !important;
  }
  #cta,
  .shows {
    padding: 1px 5px;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .mobile-video {
    display: block !important;
    visibility: visible !important;
  }
  .full-size-video {
    display: none !important;
    visibility: hidden !important;
  }
}
