.center-cropped {
  width: 100px;
  height: 100px;
  background-position: center center;
  background-repeat: no-repeat;
}

.brand {
  float: left;
  padding-top: 5px;
  text-shadow: 0 1px rgba(255, 255, 255, 0.4);
}

.brand_item {
  float: left;
  padding: 5px !important;
  margin: 5px 3px !important;
  background: linear-gradient(to bottom, #fef052 0%, #fed852 100%);
  background-color: #fcca1b;
  border-top: 1px solid #f8c811;
  border-bottom: 1px solid #fcca1b;
  border-right: 1px solid #fcca1b;
  border-left: 1px solid #fcca1b;
  border-radius: 1px 3px 3px 1px;
  box-shadow: inset 0 1px #fde72a, 0 1px 2px rgba(0, 0, 0, 0.21);
  color: #04b;
}

.brand ul li a {
  color: #ffff;
}

.brand ul li a:hover {
  cursor: pointer;
  text-shadow: -1px -1px 0 rgba(153, 102, 51, 0.3);
}

.brands ul li {
  position: relative;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 1em !important;
  background-color: #3498db;
  border-radius: 0 3px 3px 0;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  transition: 0.2s;
}

.blog-post-title {
  color: #9c3;
}

.brand_item a {
  color: #04b !important;
}

.banner-layout {
  background: #eff;
  cursor: pointer;
  background: linear-gradient(to left, #eee, #ddefef);
}

svg {
  width: 100%;
  cursor: pointer;
  height: auto;
}

.txt_1,
.txt_2,
#ad_cta,
#logo,
#txtIntro,
#txtAlt {
  opacity: 0;
}

.txt {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 32px;
}

.txt_b {
  font-weight: 500;
}

.txt_3 {
  opacity: 1;
  font-size: 20px;
}

.vue-star-rating {
    justify-content: center !important;
}

