﻿
@media (min-height: 579px){
    .desktop .fullscreen-paralax-slider-section {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        overflow: hidden;
        will-change: transform;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        height: 130vh;
        position: fixed;
        width: 100%;
        -webkit-transform: translateY(20vh);
        -ms-transform: translateY(20vh);
        transform: translateY(20vh);
        -webkit-transition: all 1.4s cubic-bezier(0.22, 0.44, 0, 1);
        transition: all 1.4s cubic-bezier(0.22, 0.44, 0, 1);
    }

    .desktop .fullscreen-paralax-slider-section:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.3);
    }

    .desktop .fullscreen-paralax-slider-section:first-child {
      -webkit-transform: translateY(-10vh);
      -ms-transform: translateY(-10vh);
      transform: translateY(-10vh);
    }

    .desktop .fullscreen-paralax-slider-section:first-child .fullscreen-paralax-slider-content-wrapper {
      -webkit-transform: translateY(10vh);
      -ms-transform: translateY(10vh);
      transform: translateY(10vh);
    }

    .desktop .fullscreen-paralax-slider-section.z-index-50{
        z-index: 50 !important;
    }
    .desktop .fullscreen-paralax-slider-section.z-index-55{
        z-index: 55 !important;
    }


    /* Set stacking context of slides */

    .desktop .fullscreen-paralax-slider-section:nth-child(1) { z-index: 20; }
    .desktop .fullscreen-paralax-slider-section:nth-child(2) { z-index: 19; }
    .desktop .fullscreen-paralax-slider-section:nth-child(3) { z-index: 18; }
    .desktop .fullscreen-paralax-slider-section:nth-child(4) { z-index: 17; }
    .desktop .fullscreen-paralax-slider-section:nth-child(5) { z-index: 16; }
    .desktop .fullscreen-paralax-slider-section:nth-child(6) { z-index: 15; }
    .desktop .fullscreen-paralax-slider-section:nth-child(7) { z-index: 14; }
    .desktop .fullscreen-paralax-slider-section:nth-child(8) { z-index: 13; }
    .desktop .fullscreen-paralax-slider-section:nth-child(9) { z-index: 12; }
    .desktop .fullscreen-paralax-slider-section:nth-child(10) { z-index: 11; }
    .desktop .fullscreen-paralax-slider-section:nth-child(11) { z-index: 10; }
    .desktop .fullscreen-paralax-slider-section:nth-child(12) { z-index: 9; }
    .desktop .fullscreen-paralax-slider-section:nth-child(13) { z-index: 8; }
    .desktop .fullscreen-paralax-slider-section:nth-child(14) { z-index: 7; }
    .desktop .fullscreen-paralax-slider-section:nth-child(15) { z-index: 6; }
    .desktop .fullscreen-paralax-slider-section:nth-child(16) { z-index: 5; }
    .desktop .fullscreen-paralax-slider-section:nth-child(17) { z-index: 4; }
    .desktop .fullscreen-paralax-slider-section:nth-child(18) { z-index: 3; }
    .desktop .fullscreen-paralax-slider-section:nth-child(19) { z-index: 2; }
    .desktop .fullscreen-paralax-slider-section:nth-child(20) { z-index: 1; }

    .desktop .fullscreen-paralax-slider-content-wrapper {
        height: 100vh;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
      -webkit-transform: translateY(40vh);
      -ms-transform: translateY(40vh);
      transform: translateY(40vh);
      will-change: transform;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transition: all 1.9s cubic-bezier(0.22, 0.44, 0, 1);
      transition: all 1.9s cubic-bezier(0.22, 0.44, 0, 1);
    }
}