#portfolio .container {
  padding-top: 2rem;
}
.ms--images {
  position: relative;
  overflow: hidden;
}
.ms--images.ms-container--horizontal {
  width: 100%;
  height: 600px;
  max-width: 100%;
}
.ms--images.ms-container--horizontal .ms-track {
  left: calc(50% - 350px);
}
.ms--images.ms-container--horizontal .ms-slide {
  display: inline-flex;
}
.ms--images .ms-track {
  display: flex;
  position: absolute;
  white-space: nowrap;
  padding: 0;
  margin: 0;
  list-style: none;
}
.ms--images .ms-slide {
  align-items: center;
  justify-content: center;
  width: 600px;
  height: 600px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.ms--images {
  left: calc(50% - 135px);
}
.ms--images.ms-container--horizontal .ms-track {
  left: -110px;
}
.ms--images .ms-slide:nth-child(1) .ms-slide__image {
  background-image: url(/img/wf-login.png);
}
.ms--images .ms-slide:nth-child(2) .ms-slide__image {
  background-image: url(/img/dub-screen-sm.png);
}
.ms--images .ms-slide:nth-child(3) .ms-slide__image {
  background-image: url(/img/bonzy-screen.png);
}
.ms--images .ms-slide:nth-child(4) .ms-slide__image {
  background-image: url(/img/tidy-screen.png);
}
.ms--images .ms-slide__image-container {
  width: 90%;
  height: 90%;
  overflow: hidden;
}
.ms--images .ms-slide__image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  margin-left: 20%;
}

.ms--numbers {
  position: relative;
  overflow: hidden;
}
.ms--numbers.ms-container--horizontal {
  width: 0px;
  height: 0px;
  max-width: 100%;
}
.ms--numbers.ms-container--horizontal .ms-track {
  left: calc(50% - 0px);
}
.ms--numbers.ms-container--horizontal .ms-slide {
  display: inline-flex;
}
.ms--numbers .ms-track {
  display: flex;
  position: absolute;
  white-space: nowrap;
  padding: 0;
  margin: 0;
  list-style: none;
}
.ms--numbers .ms-slide {
  align-items: center;
  justify-content: center;
  width: 0px;
  height: 0px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.ms--numbers {
  position: absolute;
  left: calc(50% - 380px);
  top: calc(50% - 280px);
  z-index: -1;
  pointer-events: none;
}
.ms--numbers .ms-slide {
  font-size: 9em;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.2);
}

.ms--titles {
  position: relative;
  overflow: hidden;
}
.ms--titles.ms-container--vertical {
  width: 400px;
  height: 300px;
  max-height: 100%;
}
.ms--titles.ms-container--vertical .ms-track {
  flex-direction: column;
  top: calc(50% - 150px);
}
.ms--titles.ms-container--vertical.ms-container--reverse .ms-track {
  flex-direction: column-reverse;
  top: auto;
  bottom: calc(50% - 150px);
}
.ms--titles.ms-container--vertical .ms-slide {
  display: flex;
}
.ms--titles .ms-track {
  display: flex;
  position: absolute;
  white-space: nowrap;
  padding: 0;
  margin: 0;
  list-style: none;
}
.ms--titles .ms-slide {
  align-items: center;
  justify-content: center;
  width: 400px;
  height: 300px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.ms--titles {
  position: absolute;
  top: calc(50% - 150px);
  z-index: 1;
  pointer-events: none;
  text-align: center;
}

.ms--titles .ms-track {
  white-space: normal;
}
.ms--titles .ms-slide h3{
  font-size: 3.3em;
  font-weight: 600;
}
.ms--titles .ms-slide h3 {
  margin: 0;
  font-size:  2.5em;
  line-height: 1;
  text-transform: none;
}

.ms--links {
  position: relative;
  overflow: hidden;
}
.ms--links.ms-container--vertical {
  width: 120px;
  height: 60px;
  max-height: 100%;
}
.ms--links.ms-container--vertical .ms-track {
  flex-direction: column;
  top: calc(50% - 30px);
}
.ms--links.ms-container--vertical .ms-slide {
  display: flex;
}
.ms--links .ms-track {
  display: flex;
  position: absolute;
  white-space: nowrap;
  padding: 0;
  margin: 0;
  list-style: none;
}
.ms--links .ms-slide {
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 60px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.ms--links {
  position: absolute;
  left: calc(50% - 340px);
  top: calc(50% + 170px);
  z-index: 1;
}
.ms--links .ms-track {
  white-space: normal;
}
.ms--links .ms-slide__link {    
  border-bottom-color: #70bf54 !important;
  font-weight: 600;
  padding: 5px 0 8px;
  border-bottom: 2px solid white;
  cursor: pointer;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: calc(95%);
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  z-index: 1;
  box-shadow:   none;
}
.pagination__button {
  display: inline-block;
  position: relative;
  width: 36px;
  height: 20px;
  margin: 0 5px;
  cursor: pointer;
}
.pagination__button:before, .pagination__button:after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  width: 100%;
  box-shadow: 0 1px 0 #0B0D14;
}
.pagination__button:before {
  height: 2px;
  background-color: #fff;
}
.pagination__button:after {
  height: 3px;
  background-color: #70bf54;
  opacity: 0;
  transition: 0.5s opacity;
}

.pagination__item--active .pagination__button:after {
  opacity: 1;
}
@media screen and (min-width: 860px) {
 .ms--titles {
left: calc(50% - 480px);
}
}

@media screen and (max-width: 860px) {
  .ms--numbers {
    left: calc(50% - 0px);
  }

  .ms--titles {
    top: calc(50% - 440px);
    text-align: center;
  }

  .ms--links {
    left: 100px;
    top: calc(50% + 80px);
  }

}

@media screen and (max-width: 700px) {
  .ms--links {
    left: 0px;
  }
}
@media screen and (min-width: 600px) {
  .ms--images {
    overflow: hidden;
  }
}
@media screen and (min-width: 400px) {
  .ms--titles .ms-slide {
    transform: scale(0.6);
  }
}
@media screen and (max-width: 400px) {
  .ms--titles.ms-container--vertical {
    width: 390px;
    font-size: 1rem;
}
  .ms--titles {
    top: calc(50% - 435px);
  }
  
  .ms--links .ms-container--vertical .ms-track {
    left: calc(50% - 40px);
    }
}
.sliders-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}
