.grid {
  padding-top: 0;
}

.imagetextsection {
  background-size: 90% 100%;
}

.imagetextsection.flipped {
  background-size: 90% 100%;
}

.imagetextsection > .margined > img {
  max-height: 100%;
  width: auto;
}

#headlinediv img.rightdiv {
  width: 25%;
  top: 31px;
}

#convey-message .imagetextsection-headlinediv {
  margin-bottom: 20px;
}
#convey-message .text {
  margin-bottom: 30px;
}

#convey-message img {
  width: 100%;
  max-width: none;
  margin-bottom: 20px;
}

#convey-message div#message img {
  width: 33.33%;
  height: auto;
  margin: 0;
}

#convey-message div#message img:nth-child(1),
#convey-message div#message img:nth-child(2) {
  float: left;
}

#convey-message div#message img:nth-child(3) {
  float: right;
}

/* 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: 768px) {
  #headlinediv img.rightdiv {
    top: 56px;
  }
}

@media (min-width: 1025px) {
  .imagetextsection-headlinediv {
    width: 40%;
  }
  .max-width-40 {
    max-width: 40% !important;
  }
  .width-50 {
    width: 50% !important;
  }
  #headlinediv .rightdiv img {
    max-width: 50%;
  }
  #headlinediv img.rightdiv {
    width: 15%;
    top: 110px;
  }

  #new-player img {
    width: auto;
    top: 18%;
    right: 0;
    left: auto;
    width: 100%;
    /*    max-height: 90%;
      max-width: 47%;*/
    transform: none;
  }

  #convey-message div#message {
    margin: 0 5%;
    width: 90%;
  }

  #convey-message .margined {
    margin-left: 10%;
  }

  .imagetextsection > .margined > .text-right {
    padding: 0;
    width: 44%;
  }

  #convey-message .text,
  #convey-message .imagetextsection-headlinediv {
    width: 80%;
    margin-left: 5%;
    margin-right: 15%;
  }

  #convey-message .imagetextsection-headlinediv {
    margin-bottom: 10px;
  }

  #convey-message img {
    position: static;
    width: 90%;
    margin-bottom: 50px;
    height: auto;
    max-width: none;
    max-height: none;
    transform: none;
  }

  /* 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;
  }
  /*******************************************************/

  #conversion-matter img {
    width: auto;
    height: auto;
    max-height: none;
    max-width: 50%;
  }

  #improve-improve img {
    top: 50%;
    left: 11%;
    max-width: 47%;
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .imagetextsection.flipped #online-showrooms-carousel,
  .imagetextsection.flipped > .margined > img {
    right: 15%;
  }

  #conversion-matter img {
    max-width: 35%;
  }
}
