
#wso-slider .wrapper {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#wso-slider .row {
  width: 100%;
  clear: both;
  overflow: auto;
  background-color: #f8f8f8;
  position: relative;
  padding: 0;
  /*height: 290px; */
}
#wso-slider .row-features {
  position: relative;
}
#wso-slider .new-feature-slider {
  width: 100%;
  float: left;
  overflow: hidden;
}
#wso-slider .new-feature-slider .feature-slide {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease;
}
#wso-slider .new-feature-slider .feature-slide .feature-slide-image img {
  width: 100%;
  display: block;
}
#wso-slider .new-feature-slider .feature-slide.active {
  opacity: 1;
}
#wso-slider .block-wrap {
  position: relative;
  width: 100%;
}
#wso-slider .block-wrap:before {
  content: "";
  width: 100%;
  padding-top: 100%;
  display: block;
}
#wso-slider .w50 {
  width: 50%;
  float: left;
}
#wso-slider .h50:before {
  padding-top: 50%;
}
#wso-slider .block {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  box-sizing: border-box;
}
#wso-slider .content-centered {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  width: 100%;
  max-width: 25em;
  transform: translate(-50%, -50%);
}
#wso-slider .content-centered ul li {
  text-align: left;
  padding-top: 10px;
}
#wso-slider .controls {
  box-sizing: border-box;
  width: 80px;
  height: 160px;
  position: absolute;
  z-index: 9999;
  overflow: visible;
}
#wso-slider .controls .control {
  box-sizing: border-box;
  width: 80px;
  height: 80px;
  display: block;
  background: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}
#wso-slider .controls .control:first-child {
  border-bottom: 1px solid rgba(4, 68, 86, 0.2);
}
#wso-slider .controls .control.button-next {
  transform: rotate(180deg);
}
#wso-slider .controls .control:before,
#wso-slider .controls .control:after {
  width: 20px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  transform-origin: left center;
  content: "";
  background-color: #333f4a;
  transition: all 0.3s ease;
}
#wso-slider .controls .control:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#wso-slider .controls .control:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#wso-slider .controls .control:hover {
  background-color: #903;
}
#wso-slider .controls .control:hover:before,
#wso-slider .controls .control:hover:after {
  background-color: white;
}
#wso-slider .new-feature-controls {
  bottom: 10px;
  right: 50%;
}
#wso-slider .wrapper {
  height: 300px;
}
#wso-slider .row {
  height: 100%;
}
#wso-slider .block-wrap {
  height: 100%;
}
#wso-slider .h50:before {
  padding-top: 0;
}
#wso-slider .content-centered {
  top: 50%!important;
}
#wso-slider .new-feature-slider .feature-slide {
  height: 100%;
}
#wso-slider .feature-slide-image {
  height: 100%;
}
#wso-slider .feature-slide-image div {
  height: 100%;
}
#wso-slider .feature-slide-image div img {
  height: 100%;
  object-fit: cover;
}
#wso-slider .controls {
  height: 80px!important;
}
#wso-slider .controls .control {
  height: 40px;
  width: 40px;
}
