.dm-width {
  width: 400px;
  margin: 0 auto;
}

.iphone-mockup {
  position: relative;
  z-index: 5;
}

.dm-device {
  position: relative;
  width: 100%;
  padding-bottom:203.477897%;
  margin-bottom: 20px;
}
.device {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-background-size: 100% 100%;
  background-repeat: no-repeat;
  /*background-image: url(../../assets/images/mobile-slider.png);*/
  background-size: cover;
  background-position: center center;
}
.screen {
  overflow: hidden;
  position: absolute;
  top: 77px;
  bottom: 83px;
  left: 11%;
  right: 15.6%;
  background-color: #32AACF;
  border-radius: 0 0 22px 22px;
  background: #fff;
  z-index: -1 !important;
}
.slider {
  height: 100%;
}
.slider div {
  height: 100%;
}
.slider__item {
  font-size: 1rem;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.slider__item img {
  width: 100%;
  height: 100%;
  min-width: 260px;
}
.slider__item--1 {
   background-color: #fff;
}
.slider__item--2 {
   background-color: #fff;
}
.slider__item--3 {
   background-color: #fff;
}

