.showcase-banner > img.banner {
  margin-left: -30%;
}
/* Online Show rooms classes */

.online-showrooms .text {
  margin-top: 20px;
}
.online-showrooms .textcards {
  display: inline-flex;
  color: white;
  text-align: center;
  width: 100%;
  max-width: 450px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

.online-showrooms .textcards div {
  padding: 15px 2px 10px 2px;
  background-color: #264151;
  width: 25%;
  height: 80px;
}

.online-showrooms .textcards div.current {
  background-color: #f96f3c;
}

.online-showrooms .textcards p {
  font-family: GothamBold;
  max-height: 50%;
  max-width: 100%;
  margin: 0;
}

.online-showrooms .textcards div p:nth-child(1) {
  font-size: 15px;
}

.online-showrooms .textcards div p:nth-child(2) {
  font-size: 10px;
}

.online-showrooms-carousel {
  padding: 0 25px;
  padding-bottom: 115px;
}
.online-showrooms-carousel img {
  max-width: 100%;
}

.online-showrooms-carousel > div:not(:first-child) {
  display: none;
}
.online-showrooms .margined {
  padding-bottom: 90px;
}
.online-showrooms-carousel {
  padding: 0 25px;
  padding-bottom: 115px;
}
.online-showrooms-carousel img {
  max-width: 100%;
}

.online-showrooms-carousel > div:not(:first-child) {
  display: none;
}
.onlineshowroomdots ul.slick-dots li {
  width: calc(100% / 4);
}
.onlineshowroomdots ul.slick-dots {
  position: absolute;
  bottom: 80px;
  left: 50%;
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
/*******************************************************/
@media (min-width: 1025px) {
  .showcase-banner > img.banner {
    margin-left: 0;
  }
  .showcase-quote .quote {
    margin-right: 37%;
  }
  /* Online Show rooms classes */

  .online-showrooms .text {
    margin-top: 0;
    padding-right: 30px;
  }
  .online-showrooms .textcards {
    display: inline-flex;
    right: 80px;
    left: auto;
    transform: none;
    width: calc(45% - 100px);
    max-width: none;
  }
  .online-showrooms .sliderarrow {
    bottom: 0;
    left: 24%;
  }
  .online-showrooms .sliderarrow img {
    margin: 0;
  }
  .online-showrooms-carousel {
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 5%;
    padding: 0;
    max-width: 50%;
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .online-showrooms-carousel-flip {
    right: 5%;
    left: auto;
  }
  .online-showrooms-carousel div,
  .online-showrooms-carousel img {
    width: 100%;
  }
  .online-showrooms .text,
  .online-showrooms .imagetextsection-headlinediv {
    width: 45% !important;
  }
  .online-showrooms > .margined > .text > p {
    margin-bottom: 20px;
  }
  /*******************************************************/
}
