.device-wrapper {
    display: block;
    position: relative;
    right: 5px;
    z-index: 1000;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    margin-bottom: -589px;
}

/*
.overlays {
    display: flex;
    min-height: 589px;
    margin-bottom: -589px;
}

.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;
}
*/

  /*************/
  /** DESKTOP **/
  /*************/

.desktop-wrapper img {
    display: block;
    position: relative;
    width: 100%;
    max-width: 800px;
    right: 5px;
    z-index: 1000;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    margin-bottom: -507px;
}

.desktop-overlays {
    display: flex;
    min-height: 510px;
    margin-bottom: -510px;
}

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

.desktop-center-overlay {
    width: 100%;
    min-width: 802px;
    max-width: 802px;
}

.desktop-center-overlay img {
    position: relative;
    width: 100% !important;
    height: auto !important;
    z-index: 99;
    bottom: 2px;
    right: 4px;
}

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

#sections .deskSlide .embla__slide {
    /* height: 655px; */
    position: relative;
    min-width: 80%;
    border: 1px solid #e7e7e5;
    margin: 0 15px 0 15px;
    padding: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.deskSlide .embla__slide__img {
    top: unset !important;
}

.deskSlide .embla__browser__bar{
    border-bottom: 1px solid #e7e7e5;
    height: 25px;
}

.deskSlide .embla__browser__bar .embla__dot__container {
    margin-left: 11px;
}

.deskSlide .embla__browser__bar .embla__dot__container .embla__browser__dot {
    height: 6px;
    width: 6px;
    background-color: #e7e7e5;
    margin-right: 11px;
    border-radius: 30px;
    float: left;
    margin-top: 10px;
}

.deskSlide .embla__slide .embla__slider__shell {
    overflow-y: scroll;
    height: 628px;
}

@media only screen and (max-width: 299px) {
    .deskSlide .embla__slide {
        height: 191px;
    }

    .deskSlide .embla__slide .embla__slider__shell {
        overflow-y: scroll;
        height: 164px;
    }
}

@media only screen and (min-width: 300px) {
    .deskSlide .embla__slide {
        height: 355px;
    }

    .deskSlide .embla__slide .embla__slider__shell {
        overflow-y: scroll;
        height: 328px;
    }
}


@media only screen and (min-width: 576px) {
    .deskSlide .embla__slide {
        height: 477px;
    }

    .deskSlide .embla__slide .embla__slider__shell {
        overflow-y: scroll;
        height: 450px;
    }
}

@media only screen and (min-width: 768px) {
    .deskSlide .embla__slide {
        height: 527px;
    }

    .deskSlide .embla__slide .embla__slider__shell {
        overflow-y: scroll;
        height: 500px;
    }
}

@media only screen and (min-width: 992px) {
    .deskSlide .embla__slide {
        height: 677px;
    }

    .deskSlide .embla__slide .embla__slider__shell {
        overflow-y: scroll;
        height: 650px;
    }
}

@media only screen and (min-width: 1200px) {
    .deskSlide .embla__slide {
        height: 677px;
        min-width: 50% !important;
    }

    .deskSlide .embla__slide .embla__slider__shell {
        overflow-y: scroll;
        height: 650px;
    }

}
