/* ===============================================================
             [ * Hand Carousel Screenshots Style ]
 ================================================================*/
/* --------------- screenshots style-4 --------------- */
.screenshots.style-4 {
  background-color: #dee0f2;
  overflow: hidden;
  padding-top: 0px;
  position: relative;
  height: 640px;
}

.screenshots.style-4::after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0;
  width: 100%;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background-color: #fff;
  z-index: 10;
}

.screenshots.style-4 .screenshots-slider {
  position: absolute;
  top: 50px;
  width: calc(100% + 120px);
  left: -60px;
}

.screenshots.style-4 .screenshots-slider .img {
  margin: 0 auto;
  height: 420px;
  width: 200px;
}

.screenshots.style-4 .screenshots-slider .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

.screenshots.style-4 .mob-hand {
  pointer-events: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-33%);
  -ms-transform: translateX(-33%);
  transform: translateX(-33%);
  height: 600px;
  z-index: 10;
}

/* ===============================================================
             [ * Responsive Styles ]
 ================================================================*/
@media screen and (max-width: 1100px) {
  .screenshots.style-4 .screenshots-slider .img {
    margin: 0 auto;
    width: 190px;
  }
}

@media screen and (max-width: 991px) {
  .screenshots.style-4 .screenshots-slider {
    width: 100%;
    left: 0;
  }

  .screenshots.style-4 .screenshots-slider .img {
    margin: 0 auto;
    width: 200px;
  }
}

@media screen and (max-width: 480px) {
  .screenshots.style-4 .screenshots-slider .img {
    margin: 0 auto;
    width: 150px;
    height: 300px;
  }

  .screenshots.style-4 .screenshots-slider .img img {
    width: 95%;
  }

  .screenshots.style-4 .mob-hand {
    bottom: 165px;
    height: 435px;
    -webkit-transform: translateX(-35%);
    -ms-transform: translateX(-35%);
    transform: translateX(-35%);
  }
}