.slidertwo{
    margin-top: 7.2rem;
    position: relative;
}

.slidertwo .col-12-12{
    padding: 0;
}

.slidertwo__title{
    font-size: 2.2em;
    color: #EDF2F2;
    font-weight: 500;
    line-height: 2.9rem;
    letter-spacing: 2.75px;
    text-shadow: 0px 2px 4px rgba(12, 38, 35, .34);
    text-transform: uppercase;
    position: absolute;
    z-index: 2;
    width: 100%;
    text-align: center;
    top: 29.5rem;
}

.slidertwo .swiper-two .swiper-slide figure{
    height: 52rem;
    position: relative;
}

.slidertwo .swiper-two .swiper-slide.video__slide figure{
    width: 33rem;
    margin: 0 auto;
}

.slidertwo .swiper-two .swiper-slide.video__slide figure img{
    -o-object-fit: contain;
       object-fit: contain;
}

.slidertwo .swiper-two .swiper-slide figure:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    width: 100%;
    height: 12rem;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(149, 97, 88, 1)), color-stop(80%, transparent));
    background: -o-linear-gradient(top, rgba(149, 97, 88, 1) 0%, transparent 80%);
    background: linear-gradient(180deg, rgba(149, 97, 88, 1) 0%, transparent 80%);
}

.slidertwo .swiper-two .swiper-slide figure:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    width: 100%;
    height: 22rem;
    z-index: 1;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(149, 97, 88, 1)), color-stop(80%, transparent));
    background: -o-linear-gradient(bottom, rgba(149, 97, 88, 1) 0%, transparent 80%);
    background: linear-gradient(360deg, rgba(149, 97, 88, 1) 0%, transparent 80%);
}

.swiper-two .swiper-slide{
    text-align: center;
    opacity: 1 !important;
}

.swiper-two .swiper-slide:not(.swiper-slide-active){ opacity: 0 !important;}

.swiper-two .swiper-wrapper{
    position: relative;
}

.swiper-two .swiper-slide{
    height: 100%;
    position: static !important;
}

.swiper-two .swiper-slide span{
    position: absolute;
    bottom: 9.4rem;
    /* bottom: 0; */
    left: 0;
    z-index: 2;
    width: 33rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;

    font-size: 1.1em;
    color: #EDF2F2;
    line-height: 2.2rem;
    text-shadow: 0px 2px 4px rgba(12, 38, 35, .34);
    letter-spacing: 1.32px;
    text-transform: uppercase;
}

.swiper-two__copy h4,
.swiper-two__desc{
    text-shadow: 0px 2px 4px rgba(12, 38, 35, .34);
    color: #EDF2F2;
    font-size: 1.6em;
    line-height: 2.8rem;
    font-family: minion-pro, serif;
}

.swiper-two__copy h4{
    font-size: 2.2em;
    left: 2.8rem;
    margin-bottom: 1.6rem;
    font-weight: 400;
}

.swiper-two__copy{
    /* margin-top: 5rem; */
    position: relative;
    top: -3.9rem;
    z-index: 2;
    padding: 0 4rem;
}

.pagination-two{
    bottom: auto !important;
    top: 44.4rem !important;
}

.show-mobile__slidertwo{
	display: block !important;
}

.show-desktop__slidertwo{
	display: none !important;
}

.slidertwo__back{
    position: absolute;
    width: 40rem;
    right: -7rem;
    top: -38rem;
}

.slidertwo__back img{
    opacity: 1;
}

.swiper-slide__fig__cta,
.swiper-two__cta{
    font-size: 1.1em;
    line-height: 2.2rem;
    letter-spacing: 1.32px;
    text-transform: uppercase;
    text-decoration: underline;
    display: block;
    text-align: center;
    text-shadow: 0px 2px 4px rgba(12, 38, 35, .34);
    color: #fff;
}

.swiper-slide__fig__cta{
    color: #6A998B;
}

.swiper-two__cta{
    margin-top: 2.5rem;
}

.swiper-two__cta:last-of-type{
    margin-top: 1rem;
}

@media only screen and (min-width: 768px) and (max-width: 992px){
    .swiper-two__copy{
        width: 30rem;
        margin: 0 auto;
        padding: 0;
    }

}
@media only screen and (min-width: 992px){

    .swiper-slide__fig__cta,
    .swiper-two__cta{
        text-align: left;
        font-size: 1.6em;
        line-height: 3.2rem;
        letter-spacing: 1.92px;
    }

    .swiper-two__cta{
        margin-top: 3.1rem;
    }
    
    .swiper-two__cta:last-of-type{
        margin-top: 2.1rem;
    }

    .swiper-slide__fig__cta{
        margin-bottom: 2.6rem;
    }

    .swiper-slide__fig__cta:hover,
    .swiper-two__cta:hover{
        text-decoration: none;
    }

    .slidertwo{
        margin-bottom: 13.3rem;
        margin-top: 16rem;
    }

    .slidertwo__back{
        position: absolute;
        width: 52.4rem;
        right: calc(20vw - 52.4rem);
        top: -9rem;
    }

    .show-mobile__slidertwo{
		display: none !important;
	}

	.show-desktop__slidertwo{
		display: block !important;
    }
    
    .slidertwo .row{
        max-width: 140.8rem;
    }

    .slidertwo.maxwidth .row{
        max-width: 142.6rem;
    }

    .swiper-two .swiper-slide{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
    }

    .slidertwo .swiper-two .swiper-slide figure{
        height: 62rem;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
    }

    .swiper-two__copy{
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        top: 0;
        padding-left: 5.801136363636363%;
        padding-right: 2.681818181818182%;
        margin-top: 9.6rem;
    }

    .pagination-two{
        width: calc(50% - 5.801136363636363% - 2.681818181818182%) !important;
        left: auto !important;
        right: 2.681818181818182% !important;
        -webkit-transform: translateX(0) !important;
            -ms-transform: translateX(0) !important;
                transform: translateX(0) !important;
        padding: 0;
        top: auto !important; 
        bottom: .3rem !important;
    }

    .swiper-two__desc,
    .swiper-two__copy h4{
        text-align: left;
    }

    .swiper-two__copy h4{
        font-size: 2.2em;
        line-height: 3.8rem;
        font-weight: 500;
        margin-bottom: 2.6rem;
    }
    
    .swiper-two__desc{
        font-size: 1.8em;
        line-height: 3.2rem;
        margin-top: 0;
        max-height: 38rem;
        overflow: auto;
    }

    .swiper-two .swiper-slide span{
        font-size: 1.6em;
        line-height: 3.2rem;
        letter-spacing: 1.92px;
        bottom: 4.3rem;
        left: 11.802272727272727%;
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);
        width: auto;;
    }

    .slidertwo__title{
        width: 50%;
        right: 0;
        top: 2rem;
        text-align: left;
        padding-left: 5.801136363636363%;
        font-size: 3em;
        line-height: 4.8rem;
        letter-spacing: 3.48px;
    }

    .fix__title__top{
        top: 0 !important;
    }

    .slidertwo .swiper-two .swiper-slide figure:before,
    .slidertwo .swiper-two .swiper-slide figure:after{
        display: none;
    }
   
}

@media only screen and (min-width: 992px) and (max-width: 1200px){
    .maxwidth .swiper-two__copy,
    .maxwidth .slidertwo__title{
        padding-left: 7.001136363636363%;
    }

    .maxwidth .swiper-two .swiper-slide span{
        left: 14.002272727272727%;
    }

    .maxwidth .pagination-two{
        width: calc(50% - 7.001136363636363% - 2.681818181818182%) !important;
    }
}

@media only screen and (min-width: 1200px){
    .slidertwo .swiper-two .swiper-slide figure{
        padding-left: 0;
    }

    .pagination-two{
        width: calc(50% - 9.801136363636363% - 5.681818181818182%) !important;
        left: auto !important;
        right: 5.681818181818182% !important;
        -webkit-transform: translateX(0) !important;
            -ms-transform: translateX(0) !important;
                transform: translateX(0) !important;
        padding: 0;
        top: auto !important; 
        bottom: .3rem !important;
    }

    .swiper-two__copy{
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        top: 0;
        padding-left: 9.801136363636363%;
        padding-right: 5.681818181818182%;
        margin-top: 13.6rem;
    }

    .slidertwo__title{
        width: 50%;
        right: 0;
        top: 6rem;
        text-align: left;
        padding-left: 9.801136363636363%;
        font-size: 3em;
        line-height: 4.8rem;
        letter-spacing: 3.48px;
    }

    .swiper-two .swiper-slide span{
        font-size: 1.6em;
        line-height: 3.2rem;
        letter-spacing: 1.92px;
        bottom: 4.3rem;
        left: 19.602272727272727%;
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);
        width: auto;;
    }
}

/* About no subtitle */

.slidertwo.no__sub__title{
    margin-top: 0;
}

.slidertwo.no__sub__title .swiper-two__copy{
    padding-bottom: 3.4rem;
}

.slidertwo.no__sub__title .slidertwo__back{
    display: none;
}

@media only screen and (min-width: 992px){

    .slidertwo.no__sub__title .swiper-two__copy{
        padding-bottom: 0;
    }

    .slidertwo.no__sub__title{
        margin-top: 6.8rem;
        margin-bottom: 13.8rem;
    }
    .slidertwo.no__sub__title .slidertwo__back{
        display: block;
        top: -1rem;
    }
}

/* Overflow Image */

/* .overflow__image.slidertwo .swiper-two .swiper-slide:first-child figure img{
    width: 25rem;
}

@media only screen and (min-width: 992px){
    .overflow__image.slidertwo .swiper-two .swiper-slide:first-child figure{
        overflow: visible;
    }

    .overflow__image.slidertwo .swiper-two .swiper-slide:first-child figure img{
        position: absolute;
        z-index: 2;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 45.5rem;
        height: 138%;
    }

    .overflow__image .swiper-two .swiper-slide,
    .overflow__image .swiper-two .swiper-wrapper,
    .overflow__image .swiper-two.swiper-container{
        overflow: visible;
    }
} */

@media only screen and (min-width: 768px){

    .overflow__image.slidertwo .swiper-two .swiper-slide:first-child figure img{
        object-fit: contain !important;
    }
}

/* Fix Top */

.slidertwo.fix-top{
    margin-top: 0;
}

/* Slider two Contact */

@media only screen and (min-width: 1200px){
    .slidertwo__top__contact{
        margin-top: 26rem !important;
    }
}