

.parallax-scrolling-container, .slider-container {
    width: 100%;
    /*height: 100%;*/
    /*height: 100vh;*/
    /*min-height: -webkit-fill-available;*/
    overflow: hidden;
}
.parallax-scrolling-container a, .slider-container a {
    text-decoration: none;
}
.parallax-scrolling-container a:hover, .slider-container a:hover {
    text-decoration: none;
}
.parallax-scrolling-list, .slider-list {
    width: 100%;
    /*height: 100%;*/
    /*height: calc(100vh - 300px);*/
    /*min-height: -webkit-fill-available;*/
    /*perspective: 1px;*/
    /*overflow: auto;*/
    padding: 0px;
    margin: 0px auto;
}
.parallax-scrolling-list .item-link, .slider-list .item-link {
    width: 100%;
    height: 100%;
    display: block;
}
.parallax-scrolling-list .item-button-container .item-link, .slider-list .item-button-container .item-link {
    width: auto;
    height: auto;
    display: inline-block;
}
.parallax-scrolling-list .parallax-scrolling-item, .slider-list .slider-item {
    /*height: 100vh;*/
    /*min-height: -webkit-fill-available;*/
    overflow: hidden;
    position: relative;
    /*transform-style: preserve-3d;
    background-attachment: fixed;*/
    /*background-position: center;
    background-repeat: no-repeat;
    background-size: cover;*/
    z-index: 20;
}
.parallax-scrolling-list .parallax-scrolling-item.done {
    z-index: 36;
}
.parallax-scrolling-list .parallax-scrolling-item.done + .parallax-scrolling-item.done {
    z-index: 33;
}
.parallax-scrolling-list .parallax-scrolling-item.done + .parallax-scrolling-item.current {
    z-index: 31;
}
.parallax-scrolling-list .parallax-scrolling-item.current {
    z-index: 30;
}
.parallax-scrolling-list .parallax-scrolling-item.current + .parallax-scrolling-item.current {
    z-index: 29;
}
.parallax-scrolling-list .parallax-scrolling-item.current + .parallax-scrolling-item.waiting {
    z-index: 27;
}
.parallax-scrolling-list .parallax-scrolling-item.waiting {
    z-index: 26;
}
.parallax-scrolling-list .parallax-scrolling-item.waiting + .parallax-scrolling-item.waiting {
    z-index: 23;
}
.parallax-scrolling-list .parallax-scrolling-item.waiting + .parallax-scrolling-item {
    z-index: 22;
}
.parallax-scrolling-list .parallax-scrolling-item + .parallax-scrolling-item {
    overflow: visible;
}
.parallax-scrolling-list .parallax-scrolling-item .parallax-scrolling-image {
    height: 100vh;
    min-height: -webkit-fill-available;
    overflow: hidden;
    position: relative;
    /*transform-style: preserve-3d;
    background-attachment: fixed;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax-scrolling-list .parallax-scrolling-item .parallax-scrolling-image img {
    display: none;
}
.parallax-scrolling-list .parallax-scrolling-item .parallax-scrolling-item-content {
    /*top: 70%;*/
    left: 20%;
    bottom: 30%;
    max-width: 70%;
    position: absolute;
    /*transform: translate3d(-70%, 10%, -1px) scale(2);*/
    /*transform-origin: 0 0;
    transform: translateZ(-2px) scale(3);*/
}
.parallax-scrolling-list .item-title {
    color: rgb(0 0 0, 0.9);
    font-size: 38px;
    font-style: normal;
    font-weight: normal;
    line-height: 38px;
    margin: 0px auto 20px;
}
.parallax-scrolling-list .item-subtitle {
    color: rgb(0 0 0, 0.9);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin: 0px auto 16px;
}
.parallax-scrolling-list .item-button {
    color: rgb(0, 0, 0, 0.9);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    /*font-family: sans-serif;*/
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    background: transparent;
    border: 2px solid #000000;
    border-radius: 4px;
    box-shadow: none;
    padding: 0px 16px;
    margin: 0px auto 6px;
}
.parallax-scrolling-list .item-button:hover {
    color: #e03470;
    border: 2px solid #e03470;
}
.slider-list .slider-item .slider-item-content {
    /*top: 70%;*/
    left: 20%;
    bottom: 30%;
    max-width: 70%;
    position: absolute;
    /*transform: translate3d(-70%, 10%, -1px) scale(2);*/
    /*transform-origin: 0 0;
    transform: translateZ(-2px) scale(3);*/
}
.slider-list .item-title {
    color: rgb(0 0 0, 0.9);
    font-size: 38px;
    font-style: normal;
    font-weight: normal;
    line-height: 38px;
    margin: 0px auto 20px;
}
.slider-list .item-subtitle {
    color: rgb(0 0 0, 0.9);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin: 0px auto 16px;
}
.slider-list .item-button {
    color: rgb(0, 0, 0, 0.9);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    font-family: sans-serif;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    background: transparent;
    border: 2px solid #000000;
    border-radius: 4px;
    box-shadow: none;
    padding: 0px 16px;
    margin: 0px auto 6px;
}
.slider-list .item-button:hover {
    color: #e03470;
    border: 2px solid #e03470;
}
.slider-image {
    line-height: 0px;
}
.swiper-button-prev {
    left: 0px;
    /*background-color: rgba(0, 0, 0, 0.1);*/
    transition: background-color 150ms ease-out 0s;
    border-radius: 0px 5px 5px 0px;
    padding: 15px 5px;
}
.swiper-button-next {
    right: 0px;
    /*background-color: rgba(0, 0, 0, 0.1);*/
    transition: background-color 150ms ease-out 0s;
    border-radius: 5px 0px 0px 5px;
    padding: 15px 5px;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
    /*background-color: rgba(0, 0, 0, 0.2);*/
}
.swiper-button-next:after, .swiper-button-prev:after {
    color: #ffffff;
}
.slider-container.swiper-container .swiper-pagination {
    bottom: 30px;
}
.slider-container.swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
    background: #fff;
    opacity: 0.7;
    margin: 0px 6px;
}
.slider-container.swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: transparent;
    border: 2px solid #ffffff;
    opacity: 0.7;
}
.small-image {
    display: none;
}


@media (max-width: 767px) {
    .parallax-scrolling-list .parallax-scrolling-item .parallax-scrolling-item-content {
        /*top: 70%;*/
        left: 10%;
        right: 10%;
        bottom: 30%;
        max-width: 80%;
        position: absolute;
        text-align: center;
        /*transform: translate3d(-70%, 10%, -1px) scale(2);*/
        /*transform-origin: 0 0;
        transform: translateZ(-2px) scale(3);*/
    }
    .slider-list .slider-item .slider-item-content {
        /*top: 70%;*/
        left: 10%;
        right: 10%;
        bottom: 30%;
        max-width: 80%;
        position: absolute;
        text-align: center;
        /*transform: translate3d(-70%, 10%, -1px) scale(2);*/
        /*transform-origin: 0 0;
        transform: translateZ(-2px) scale(3);*/
    }
    .parallax-scrolling-list .item-title {
        color: rgb(0, 0, 0, 0.9);
        font-size: 26px;
        font-style: normal;
        font-weight: normal;
        line-height: 26px;
        margin: 0px auto 6px;
    }
    .slider-list .item-title {
        color: rgb(0, 0, 0, 0.9);
        font-size: 26px;
        font-style: normal;
        font-weight: normal;
        line-height: 26px;
        margin: 0px auto 6px;
    }
    .swiper-button-next, .swiper-button-prev {
        display: none;
    }
    .base-image {
        display: none;
    }
    .small-image {
        display: block;
    }
    .parallax-scrolling-list .item-button {
        line-height: 22px;
        padding: 3px 16px 0px;
    }
}

