.footer-section {
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: space-between;
    width: 98%;
    margin: 3vw auto 1vw; */
}
a.icon-discord {
  width: 1.5vw;
  display: inline-block;
}
.footerFollowWrapper a {
  font-size: 1.4vw;
  margin-right: 1.4vw;
  color: #ffffff;
  text-decoration: none;
}
.footerFollowWrapper a:hover {
  opacity: 0.5;
}
.footerFollowWrapper a img {
  width: 100%;
}
.footerFollowWrapper {
  margin-top: 0;
  text-align: left;
}
.footer-section {
  display: flex;
  justify-content: space-between;
  width: 97%;
  margin: 2vw auto 0.5vw;
  align-items: center;
}
a.icon-discord {
  width: 1.5vw;
  display: inline-block;
}
.footerFollowWrapper a {
  font-size: 1.2vw;
  margin-right: 1vw;
  color: #ffffff;
  text-decoration: none;
}
.footerFollowWrapper a img {
  width: 100%;
}
.footerFollowWrapper {
  margin-top: 0;
  text-align: left;
}
a.icon-amazonmusic {
  width: 1.6vw;
  display: inline-block;
}
a.icon-discord {
  width: 1.2vw;
  display: inline-block;
}
.copyrightWrapper a,
.copyrightWrapper span {
  font-size: 0.76875vw;
  color: #ffffff;
  text-decoration: none;
  text-align: right;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
 font-family:'Times NR MT W01 Regular';
}
.copyrightWrapper a:hover {
  opacity: 0.5;
}
.mobBrk{
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .copyrightWrapper a,
  .copyrightWrapper span {
    font-size: 2vw;
  }

}
@media screen and (max-width: 767px) {
  .copyrightWrapper a,
  .copyrightWrapper span {
    font-size: 3.5vw;
  }
  a.ot-sdk-show-settings {
      display: block;
  }
  .mobBrk{
    display: block;
  }

}

@media screen and (max-width: 1024px) {
  .copyrightWrapper a,
  .copyrightWrapper span {
    text-align: center;
  }
  .footer-section {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    width: 90%;
    margin: 20px auto;
    flex-direction: column;
    text-align: center;
  }
  .follow-wrapper {
    display: none;
  }
  .mobile-social-wrapper {
    text-align: center;
    margin: 30px auto 0;
    width: 100%;
  }
  .footerFollowWrapper {
    margin-top: 0;
    text-align: center;
  }
  .footerFollowWrapper a {
    font-size: 20px;
    margin-right: 10px;
  }
  a.icon-amazonmusic {
    width: 25px;
    display: inline-block;
  }
  a.icon-discord {
    width: 20px;
    display: inline-block;
  }
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: landscape){
  a.ot-sdk-show-settings {
      display: block;
  }
}
