@media screen and (max-width: 769px) {
  .header-logoImage img {
    max-height: 28vw;
    width: 100%;
  }
.header-siteNameLogo {
   display: none;
}
.poweredBy-text, .auth_copy {
    display: none;
}
}
.site-footer,
.site-footer a {
  color: #fff;
  font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
  padding: 10px;
}
.sign_form .auth_copy:after {
content: ' WEEBATTLE.COM';
  display: inline-flex;
 }
.sign_form a[href="https://www.ning.com/"] {
  color: #2189DA;
  display: none;
}

.polls__answer-item > .pull-right {
    display: none;
}

.polls__answer-item {
    background-image: none;
}