.gallery-three .col-12-12{
    padding-left: 0;
    padding-right: 0;
}

.swiper-three .swiper-slide{
    position: relative;
}

.swiper-three .swiper-slide p{
    position: absolute;
    color: #fff;
    z-index: 2;
    bottom: 5.7rem;
    /* transform: translateY(50%); */
    width: 100%;
    text-align: center;
    font-size: 1.2em;
    line-height: 2.4rem;
    letter-spacing: 1.44px;
}

.swiper-three .swiper-slide img{
    display: block;
}

.swiper-three .swiper-slide:after{
    content: '';
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    height: 22rem;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgba(12,38,35,.8)), color-stop(80%, transparent));
    background: -o-linear-gradient(bottom, rgba(12,38,35,.8) 20%, transparent 80%);
    background: linear-gradient(360deg, rgba(12,38,35,.8) 20%, transparent 80%);
    width: 100%;
}

.swiper-three .swiper-button-next,
.swiper-three .swiper-button-prev{
    width: 4rem;
    top: auto;
    bottom: 61.1px;
}

.swiper-three .swiper-button-next{
    bottom: 60.65px;
    right: 9.25px;
}

.swiper-three .swiper-button-prev{
    left: 9.25px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.swiper-three .swiper-button-next:after,
.swiper-three .swiper-button-prev:after{
    content: '';
    background: url(../../img/stay/gallery/arrow.png) !important;
    background-repeat: no-repeat;
    background-size: 28px 29px;
    width: 28px;
    height: 29px;
}

.swiper-button-prev:after{
    background: url(../../img/stay/gallery/arrowprev.png) !important;
}

.gallery-three__title{
    margin-top: 5.8rem;
    text-align: center;
    margin-bottom: 2.6rem;
    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);
}

.swiper-three{
    height: 52rem;
}

@media only screen and (min-width: 769px){

    .gallery-three{
        height: 75.8rem;
    }

    .swiper-three .swiper-slide img{
        -o-object-fit: cover;
           object-fit: cover;
    }

    .swiper-three{
        height: 60rem !important;
    }

    .swiper-three .swiper-slide{
        /* width: 474px !important; */
    }

    .gallery-three .container .row{
        max-width: 142.8rem;
    }

    .gallery-three__title{
        font-size: 3.2em;
        line-height: 4.8rem;
        letter-spacing: 3.48px;
        margin-bottom: 4.8rem;
        margin-top: 7.1rem;
    }

    .swiper-three .swiper-slide p{
        font-size: 1.6em;
        line-height: 3.2rem;
        bottom: 5.3rem;
    }
}

@media only screen and (max-height: 768px){
    .gallery-three{
        height: auto;
    }

    .swiper-three{
        height: 100vh !important;
        max-height: 60rem !important;
    }
}

/* Animation */

@media only screen and (min-width: 1024px){

    .gallery-three .swiper-three .swiper-slide img{
        -webkit-transform: scale(1.08);
            -ms-transform: scale(1.08);
                transform: scale(1.08);
    }

    .gallery-three .swiper-three .swiper-slide{
        overflow: hidden;
    }

    .gallery-three.animateActive .swiper-three .swiper-slide img{
        -webkit-animation: openImageThree 4s ease-in-out forwards;
                animation: openImageThree 4s ease-in-out forwards;
    }
}