.device-wrapper {
    display: block;
    position: relative;
    right: 5px;
    z-index: 1000;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    margin-bottom: -705px !important;
    max-width: 412px !important;
}

.device img {
    margin-bottom: -123px;
    height: 847px !important;
    width: 410px !important;
}

.embla__container {
    margin-left: 0 !important;
}

.embla__slide {
    padding: 0 30px;
}

/* .embla__slide__inner {
  width: 375px !important;
  height: 812px !important;
} */

.embla__slide__inner {
  width: 100% !important;
  height: unset !important;
  /* border: 2px solid #e7e7e5;
  padding: 17px;
  border-radius: 68px; */
}

.embla__slide__img {
    border-radius: 0 !important;
    position: relative !important;
    width: 100% !important;
    transform: translate(-50%,0%) !important;
}

.embla__dots {
    padding: 10px 20px 0 !important;
    margin-top: 25px;
    margin-bottom: 65px;
}

.embla__dot {
    width: 10px !important;
}

.overlays {
    display: flex;
    min-height: 700px;
    min-width: 100%;
    margin-bottom: -700px;
}

.left-overlay {
    width: 33%;
    position: relative;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.842);
    margin-right: auto;
}

.right-overlay {
    width: 33%;
    position: relative;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.842);
    margin-left: auto;
}

@media only screen and (max-width: 1200px) {
    .left-overlay {
        width: 32%;
        position: relative;
        z-index: 999;
        background-color: rgba(255, 255, 255, 0.842);
        margin-right: auto;
    }

    .right-overlay {
        width: 33.6%;
        position: relative;
        z-index: 999;
        background-color: rgba(255, 255, 255, 0.842);
        margin-left: auto;
        left: 5px;
    }
}

@media only screen and (max-width: 992px) {
    .left-overlay {
        width: 26%;
        position: relative;
        z-index: 999;
        background-color: rgba(255, 255, 255, 0.842);
        margin-right: auto;
    }

    .right-overlay {
        width: 28%;
        position: relative;
        z-index: 999;
        background-color: rgba(255, 255, 255, 0.842);
        margin-left: auto;
    }
}


@media only screen and (max-width: 4000px) {
    .embla__slide {
    flex: 0 0 20% !important;
    }
}

@media only screen and (max-width: 1600px) {
    .embla__slide {
    flex: 0 0 25% !important;
    }
}

@media only screen and (max-width: 1400px) {
    .embla__slide {
    flex: 0 0 30% !important;
    }
}

@media only screen and (max-width: 1200px) {
    .embla__slide {
    flex: 0 0 35% !important;
    }
}

@media only screen and (max-width: 1000px) {
    .embla__slide {
    flex: 0 0 40% !important;
    }
}


@media only screen and (max-width: 872px) {
    .embla__slide {
    flex: 0 0 45% !important;
    }
}

@media only screen and (max-width: 768px) {
    .embla__slide {
    flex: 0 0 50% !important;
    }
}

@media only screen and (max-width: 576px) {
    .embla__slide {
    flex: 0 0 60% !important;
    }
}
