a.brjs {
  background-color: grey;
  display: block;
  text-decoration: none;
  color: #333;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border: none;
  width: 10px;
  height: 10px;
  max-width: 100%;
  max-height: auto;
  text-decoration: none;
  border-radius: 3px;
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.4);
}

a.brjs[data-size="hlarge"] {
  width: 728px;
  height: 90px;
}

a.brjs[data-size="hmedium"] {
  width: 468px;
  height: 60px;
}

a.brjs.brjs-mobile {
  background-color: transparent;
  background-size: 100% auto;
  margin: 1rem auto;
  box-shadow: none;

}

.rme_ga {
	margin: 0.5rem auto;
	padding: 1rem;
	background-color: #FEFEFE;
	text-align: center;
	border: 1px solid #D8D8D8;
	border-radius: 3px;
	overflow: hidden;
	max-width: 100%;
}

@media (min-width: 651px) {
        a.brjs.brjs-mobile {
            display: none;
	}
}
