
.featured-listing--slider .sss {
  overflow: inherit;
}

.featured-listing--slider .sss .sssnext {
  right: -30px;
}

.featured-listing--logo{
  padding-top: 20px;
  padding-right: 10px;
  text-align: right;
  display: flex;
  flex-direction: row-reverse;
}

.featured-listing--logo img {
  width: 140px;
  height: auto;
}



.featured-listing--slider .sss .sssprev {
  left: -30px;
}

.featured-listing--wrapper {
  background: #e61b24 center center url(../img/sss-red-bg.png);
  padding: 30px 60px;
  text-transform: uppercase;
  color: #fff;
}
.featured-listing--wrapper-title h3{
  color: #fff;
}

.featured-listing--wrapper-title {
  margin: auto;
  max-width: 1200px;
  text-transform: uppercase;
  color: #fff;
}

.featured-listing--wrapper-title a{
  color: #fff;
}

.featured-listing--wrapper-title h2 {
  color: #fff;
}

.featured-listing--slider-wrapper {
  max-width: 1200px;
  padding: 20px 40px;
  margin: auto;
  background-color: rgba(255, 255, 255, .9)
}

.featured-listing--slider {
  max-width: 1200px;
  height: 480px;
  margin: auto;
}

.featured-listing--listing-wrapper {
  display: flex;
}

.featured-listing--image {
  overflow: hidden;
  object-fit: cover;
  height: 480px;
  width: 70%;
  background-size: cover;
}

@media (max-width: 720px) {
  .featured-listing--image {
    width: 100%;
  }
}

.featured-listing--description {
  width: 30%;
  height: 480px;
  background-color: #fff;
  position: relative;
}

.featured-listing--description-mobile {
 display: none;
}


@media (max-width: 720px) {
  .featured-listing--description {
    width: 0%;
    display: none;
  }

  .featured-listing--description-mobile {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
  }

  .featured-listing--description-mobile .featured-listing--title {
    position: absolute;;
    color: white;
    top: inherit;
    left: inherit;
    bottom: 0;
    height: 240px;
    width: 100%;
    overflow: hidden;
  }
}

.featured-listing--title {
  position: absolute;
  background-color: #666666;
  color: white;
  width: 130%;
  padding: 10px 20px;
  top: 35%;
  left: -30%;
}

.featured-listing--description-mobile  .featured-listing--address{
  background-color: #fff;
  width: 100%;
  position: inherit;
}

.featured-listing--description-mobile .featured-listing--logo{
  display: block;
  background-color: #fff;
  width: 100%
}
.featured-listing--description-mobile .featured-listing--logo{
  padding: inherit;
  padding: 0;
}
.featured-listing--description-mobile .featured-listing--logo img{
  padding-top: 10px;
  margin: auto;
  text-align: center;
  display: block;
}


.featured-listing--title > h3 {
  margin: 0;
  padding: 0;
}

.featured-listing--title h3 a {
  margin: 0;
  padding: 0;
  color: #fff;
}

.featured-listing--address {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 90%;
  padding: 20px;
  color: #000;
  font-size: 12px;
}
.featured-listing--address ul {
  padding: 0;
  margin: 0;
}

.featured-listing--address ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.featured-listing--title a {
  color: #fff;
}

.featured-listing--title h3 {
  margin: 0;
  padding: 0;
}
