/* .background-section img {
    width: 100%;
    height: auto;
} */
.background-section {
  position: relative;
  text-align: center;
  min-height: 100vh;
}

.background-section .frame2 {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s ease-in-out;
}

.background-section.blink .frame2 {
  -webkit-animation: blink 1.5s infinite;
  /* Safari 4+ */
  -moz-animation: blink 1.5s infinite;
  /* Fx 5+ */
  -o-animation: blink 1.5s infinite;
  /* Opera 12+ */
  animation: blink 1.5s infinite;
  /* IE 10+, Fx 29+ */
}

.background-section.blink .frame1 {
  -webkit-animation: blinkReverse 1.5s infinite;
  /* Safari 4+ */
  -moz-animation: blinkReverse 1.5s infinite;
  /* Fx 5+ */
  -o-animation: blinkReverse 1.5s infinite;
  /* Opera 12+ */
  animation: blinkReverse 1.5s infinite;
  /* IE 10+, Fx 29+ */
}

@-webkit-keyframes blink {

  0%,
  49% {
    opacity: 0;
  }

  50%,
  100% {
    opacity: 1;
  }
}

@-moz-keyframes blink {

  0%,
  49% {
    opacity: 0;
  }

  50%,
  100% {
    opacity: 1;
  }
}

@keyframes blink {

  0%,
  49% {
    opacity: 0;
  }

  50%,
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blinkReverse {

  0%,
  49% {
    opacity: 1;
  }

  50%,
  100% {
    opacity: 0;
  }
}

@-moz-keyframes blinkReverse {

  0%,
  49% {
    opacity: 1;
  }

  50%,
  100% {
    opacity: 0;
  }
}

@keyframes blinkReverse {

  0%,
  49% {
    opacity: 1;
  }

  50%,
  100% {
    opacity: 0;
  }
}

.frame2,
.frame1 {
  min-height: 100vh;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.logo,
.artist {
  display: block;
}

/* .artist{
      position: absolute;
      bottom: 0;
  } */
img.logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

img.artist {
  /* text-align: center; */
  /* margin: 0 auto; */
  /* padding-top: 108px; */
  position: absolute;
  bottom: 0;
  left: 55%;
  transform: translateX(-50%);
  z-index: -1;
  width: 47%;
}

.navsection a {
  color: #30ff00;
  font-size: 1vw;
  position: fixed;
  top: 16px;
  left: 15px;
  line-height: 1;
}

.navsection a.videos-nav {
  left: auto;
  right: 15px;
}

.navsection a.connect-nav {
  top: auto;
  bottom: 16px;
  right: 15px;
  left: auto;
}

.navsection a.tour-nav {
  top: auto;
  bottom: 16px;
}

.navsection a.store-nav {
  left: 50%;
  transform: translateX(-50%);
}

.navsection a.store-nav:hover {
  -webkit-transform: translateX(-50%) scaleX(-1);
  transform: translateX(-50%) scaleX(-1);
  filter: FlipH;
  display: inline-block;
  left: 50%;
}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {

  /* .background-section img{
          height:100%;
          width:auto;
      } */
  img.artist {
    width: 81%;
  }
}

@media only screen and (max-width: 1023px) {
  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  img.artist {
    width: 100%;
    left: 50%;
  }

  /* div.mfp-close-btn-in #video-section .mfp-close{
          right:15px;
      } */
}

@media only screen and (max-width: 480px) {
  .mobile {
    position: fixed;
    bottom: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .navsection a {
    position: static;
    font-size: 12px;
    letter-spacing: 0.6px;
  }

  .navsection {
    position: fixed;
    top: 15px;
    width: 100%;
    text-align: center;
    font-size: 0;
    padding: 0 15px;
    box-sizing: border-box;
  }

  .navsection li {
    display: inline-block;
    /* width: 24.3%; */
    margin: 0 15px;
  }

  .navsection li:first-child {
    /* text-align: left; */
  }

  .navsection li:last-child {
    text-align: right;
  }

  img.logo {
    top: 10vh;
    max-width: 320px;
    position: fixed;
  }

  .navsection a.store-nav {
    transform: none;
    left: unset;
  }

  .navsection a.store-nav:hover {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    display: inline-block;
    left: 50%;
  }
}

@media only screen and (min-height: 320px) and (max-height: 425px) {
  img.artist {
    width: 40%;
    left: 50%;
  }

  img.logo {
    max-width: 320px;
    top: 10vh;
  }

  br.mobile {
    display: none;
  }
}

@media only screen and (min-width: 2500px) {
  img.artist {
    width: 71%;
  }
}
