.lw-office-carousel {
  position: relative;
}

.lw-office-carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.lw-office-carousel-inner>.lw-office-carousel-item {
  position: relative;
  display: none;
  animation: 0.6s ease-in-out;
}

.lw-office-carousel-item>.lw-office-carousel-img {
  width: 100%;
  height: auto;
}

.lw-office-carousel-inner>.active,
.lw-office-carousel-inner>.next {
  display: block;
}

.lw-office-carousel-inner>.next {
  position: absolute;
  top: 0;
  width: 100%;
}

.lw-office-carousel-inner>.to-left {
  animation-name: left;
}

.lw-office-carousel-inner>.from-right {
  animation-name: right;
}

.lw-office-carousel-inner>.to-right {
  animation-name: right;
  animation-direction: reverse;
}

.lw-office-carousel-inner>.from-left {
  animation-name: left;
  animation-direction: reverse;
}

.lw-office-carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  cursor: pointer;
}

.lw-office-carousel-control-prev,
.lw-office-carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .lw-office-carousel-control-prev,
  .lw-office-carousel-control-next {
    transition: none;
  }
}

.lw-office-carousel-control-prev:hover,
.lw-office-carousel-control-prev:focus,
.lw-office-carousel-control-next:hover,
.lw-office-carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.lw-office-carousel-control-prev {
  left: 0;
}

.lw-office-carousel-control-next {
  right: 0;
}

.lw-office-carousel-control-prev-icon,
.lw-office-carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

.lw-office-carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.lw-office-carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

@keyframes left {
  from {
    left: 0;
  }
  to {
    left: -100%;
  }
}

@keyframes right {
  from {
    left: 100%;
  }
  to {
    left: 0;
  }
}


.office-slider img {
  width: 100%;
  object-fit: cover;
  margin-bottom: 10px;
}

@media only screen and (min-width: 960px) {
  .office-slider h4 {
    margin: 10px 0;
    font-size: 1vw!important;
    padding: 0 10px!important;
  }

  .office-slider p {
    font-size: 1vw;
  }

  .lw-office-carousel-inner>.lw-office-carousel-item {
    height: 30vw; /* Set your height */
  }

  .lw-office-carousel-item>.lw-office-carousel-img {
    min-height: 30vw; /* same height */
  }

  .office-slider img {
    height: 16vw;
  }

}

@media only screen and (min-width: 570px) {
  .lw-single-office-content {
    display: flex;
  }

  .lw-single-office-text {
    flex: 2;
    padding-right: 30px
  }

  .lw-single-office-img {
    flex: 1;
  }
}

@media only screen and (max-width: 959px) {
  .office-slider h4 {
    margin: 10px 0;
    font-size: 1rem!important;
    padding: 0 10px!important;
  }

  .office-slider p {
    font-size: 1rem;
  }

  .office-slider img {
    height: 250px;
  }

  .lw-single-office-text {
    flex: 1;
    padding-right: 30px
  }

  .lw-single-office-img {
    flex: 1;
  }

}

.office-slider .lw-office-carousel-item {
  text-align: center;
}

.lw-office-slider-top-container .uncoltable {
  border: solid 1px #000;
}

