.landing div, .landing a {
  margin: 0 auto;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  webkit-text-size-adjust: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.landing ::selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}
.landing a {
  text-decoration: none !important;
}
.landing a:hover {
  text-decoration: underline;
}
.landing .showroom a {
  font-size: calc(1.2rem + ((0.75vw - 7.68px) * 2.1701));
  font-family: 'Oswald', sans-serif;
  color: white;
}
.landing #logos {
  padding: calc(2.6875rem + ((1vw - 7.68px) * 1.7361)) 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.landing .logos2 {
  justify-content: center;
}
.landing .showroom a {
  min-width: calc(9.375rem + ((1vw - 6.5px) * 12.5984));
  height: calc(9.375rem + ((1vw - 6.5px) * 12.5984));
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px;
  color: white;
  background-position: center !important;
  background-size: cover !important;
  transition: all 0.2s;
}
.landing .showroom a:hover {
  transition: all 0.2s;
  transform: scale(1.07);
  text-shadow: 0 0 15px black;
  -webkit-transform: translateZ(2);
}
.landing div {
  color: white;
}
@media only screen and (max-width: 649px) {
  /*! CSS Used fontfaces */
  .landing .showroom a {
    font-size: 17px !important;
  }
  .landing .showroom a {
    height: 160px;
    min-width: 160px;
  }
}