/* .homeslider-container {
  margin-bottom: 50px;
  position: relative;
  float: left;
  width: 100%;
  height: 800px;
  overflow: hidden;
}

.homeslider {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  height: inherit;
}

.homeslider li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
}

.homeslider img {
  display: block;
  position: relative;
  z-index: 1;
  border: 0;
  object-fit: cover
}
.homeslider-container img {width: 100%;height: 100%;}
.homeslider-container ul {list-style: none; padding-left: 0;}
.homeslider .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 1em;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	top: 30%;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	text-align: center;
}

.homeslider_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("../homeslider.gif") no-repeat left top;
  margin-top: -45px;
}

.homeslider_nav:active {
  opacity: 1.0;
}

.homeslider_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
}
@media(max-width: 1199px) {
  .homeslider-container, .homeslider {height: 680px;}
}

@media(max-width: 767px) {
  .homeslider-container, .homeslider {height: 580px;}
} */

#sofa-home-slide-module {
  height: calc(80vh - 194px);
  margin-bottom: 15px;
}

.homeslider-container {
  position: relative;
  float: left;
  width: 100%;
  height: calc(80vh - 194px);
  overflow: hidden;
  background: #fff;
}

.homeslider {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  height: inherit;
}

.homeslider li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
}

.homeslider img {
  display: block;
  position: relative;
  z-index: 1;
  border: 0;
  object-fit: cover
}
.homeslider-container img {width: 100%;height: 100%;}
.homeslider-container ul {list-style: none; padding-left: 0;}
.homeslider .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 1em;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	top: 30%;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	text-align: center;
}

.homeslider-container h3 {
  padding: 2rem 4rem;
}

.homeslider_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("../homeslider.gif") no-repeat left top;
  margin-top: -45px;
}

.homeslider_nav:active {
  opacity: 1.0;
}

.homeslider_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
}
@media(max-width: 1199px) {
  /* .homeslider-container, .homeslider {height: 680px;} */
  #sofa-home-slide-module,
  .homeslider-container,
  .homeslider {
    height: 680px;
  }
}

@media(max-width: 992px) {
  #sofa-home-slide-module,
  .homeslider-container,
  .homeslider {
    height: 580px;
  }
}

.homeslider-container .homeslider .slide img {
  animation: zoom 20s ease-in-out alternate infinite;
}

@keyframes zoom {
  from { scale: 1;}
  to { scale: 1.2; }
}

#index .trustpilot-widget {
  background: #f9fcff;
  padding: 6rem;
}

#index .trustpilot-widget iframe {
  scale: 2;
}